deploy: use bash over nushell
Some checks failed
flake check / check (push) Has been cancelled
fmt check / check (push) Has been cancelled
deploy systems / deploy (push) Failing after 9m31s
Some checks failed
flake check / check (push) Has been cancelled
fmt check / check (push) Has been cancelled
deploy systems / deploy (push) Failing after 9m31s
This commit is contained in:
parent
6ad184b3b3
commit
ccb33cb1f8
1 changed files with 1 additions and 0 deletions
|
@ -24,3 +24,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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 UserKnownHostsFile=/dev/null" --skip-checks --targets .#sakura
|
||||||
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue