Skip to content

Commit

Permalink
[nixos/server] update nix-shell action
Browse files Browse the repository at this point in the history
pSub committed Mar 13, 2024
1 parent bc9dd5c commit f1728d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
@@ -38,10 +38,10 @@ jobs:
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=channel:nixos-23.11
- uses: workflow/nix-shell-action@v3
- uses: workflow/nix-shell-action@v3.3.0
with:
packages: nixos-rebuild
working-directory: ./nixos/server
working-directory: nixos/server
script: |
nixos-rebuild switch --verbose --fast --flake ".#nixos" --use-remote-sudo --target-host "deployer@152.53.0.129" --build-host "deployer@152.53.0.129" --builders "ssh://deployer@152.53.0.129 aarch64-linux"
nixos-rebuild switch --verbose --fast --flake ".#nixos" --use-remote-sudo --target-host "deployer@152.53.0.129" --build-host "deployer@152.53.0.129" --builders '"ssh://deployer@152.53.0.129 aarch64-linux"'

0 comments on commit f1728d4

Please sign in to comment.