ci: add haru to deployment
All checks were successful
flake check / check (push) Successful in 6m6s
fmt check / check (push) Successful in 42s

This commit is contained in:
notohh 2023-11-30 22:29:28 -05:00
parent a4943c475b
commit 9c2c38f917
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -24,7 +24,7 @@ jobs:
- name: deploy
run: |
cd .ssh
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no" --skip-checks --targets .#arashi .#kariru .#sakura .#sora .#yuki
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no" --skip-checks --targets .#arashi .#kariru .#sakura .#sora .#yuki .#haru
- name: garbage collect
uses: https://github.com/appleboy/ssh-action@v1.0.0
with: