ci: add haru to deployment
All checks were successful
flake check / check (push) Successful in 6m6s
fmt check / check (push) Successful in 42s
All checks were successful
flake check / check (push) Successful in 6m6s
fmt check / check (push) Successful in 42s
This commit is contained in:
parent
a4943c475b
commit
9c2c38f917
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
cd .ssh
|
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
|
- name: garbage collect
|
||||||
uses: https://github.com/appleboy/ssh-action@v1.0.0
|
uses: https://github.com/appleboy/ssh-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue