You have to compile deploy-rs after all
This commit is contained in:
parent
76ff229e7b
commit
4201bdde3f
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -60,4 +60,4 @@ jobs:
|
|||
env:
|
||||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
||||
run: |
|
||||
nix shell nixpkgs#deploy-rs -c deploy . --hostname ${{ secrets.INSTANCE_IP }} -s -- -L
|
||||
nix run github:serokell/deploy-rs -- . --hostname ${{ secrets.INSTANCE_IP }} -s -- -L
|
||||
|
|
Loading…
Reference in a new issue