Skip checks in deploy-rs script
This commit is contained in:
parent
88343d9ce4
commit
df72f577a2
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 run -L github:Serokell/deploy-rs . -- --hostname ${{ secrets.INSTANCE_IP }} -- -L
|
||||
nix run -L github:Serokell/deploy-rs . -- --hostname ${{ secrets.INSTANCE_IP }} -s -- -L
|
||||
|
|
Loading…
Reference in a new issue