Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Mar 13, 2024
1 parent f1728d4 commit 821fe17
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,24 @@ jobs:
config: ${{ secrets.SSH_CONFIG }} # ssh_config; optional
if_key_exists: fail

- name: rsync over SSH
run: rsync -r . [email protected]:bar/

- uses: actions/[email protected]
with:
fetch-depth: 0

- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-23.11

- uses: workflow/[email protected]
with:
packages: rsync
working-directory: nixos/server
script: |
rsync -r . [email protected]:bar
- uses: workflow/[email protected]
with:
packages: nixos-rebuild
Expand Down

0 comments on commit 821fe17

Please sign in to comment.