deploy: this should fix deploys
Some checks reported warnings
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Successful in 9m45s
fmt check / check (push) Successful in 42s
Some checks reported warnings
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Successful in 9m45s
fmt check / check (push) Successful in 42s
This commit is contained in:
parent
cdfbf13fcd
commit
503388ff9f
1 changed files with 1 additions and 2 deletions
|
@ -20,6 +20,5 @@ jobs:
|
||||||
SSH_KEY: ${{secrets.SSH_DEPLOY_KEY}}
|
SSH_KEY: ${{secrets.SSH_DEPLOY_KEY}}
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
bash
|
|
||||||
cd .ssh
|
cd .ssh
|
||||||
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no UserKnownHostsFile=/dev/null" --skip-checks --targets .#sakura
|
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no" --skip-checks --targets .#sakura
|
||||||
|
|
Loading…
Reference in a new issue