Skip to content

Commit

Permalink
[nixos/server] fix path to script
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Mar 13, 2024
1 parent 510b458 commit 863b730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-23.11
- run: ./nixos/server/scripts/deploy.sh
- run: ./scripts/deploy.sh
working-directory: ./nixos/server

0 comments on commit 863b730

Please sign in to comment.