deploy: use bash over nushell

This commit is contained in:
notohh 2023-10-21 02:31:20 -04:00
parent 6ad184b3b3
commit ccb33cb1f8
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

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