deploy: add extra ssh opts
Some checks failed
flake check / check (push) Has been cancelled
fmt check / check (push) Has been cancelled
deploy systems / deploy (push) Failing after 9m30s

This commit is contained in:
notohh 2023-10-21 02:07:24 -04:00
parent ab31386bfa
commit dbe1f96376
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -22,4 +22,4 @@ jobs:
- name: deploy
run: |
cd .ssh
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo" --skip-checks --targets .#sakura
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no UserKnownHostsFile=/dev/null" --skip-checks --targets .#sakura