deploy: test deployment
Some checks reported warnings
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Successful in 13s
fmt check / check (push) Successful in 40s
Some checks reported warnings
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Successful in 13s
fmt check / check (push) Successful in 40s
This commit is contained in:
parent
71e74662d9
commit
db2ca7eeeb
1 changed files with 2 additions and 1 deletions
|
@ -19,4 +19,5 @@ jobs:
|
||||||
SSH_KEY: ${{secrets.TEST_SSH_DEPLOY_KEY}}
|
SSH_KEY: ${{secrets.TEST_SSH_DEPLOY_KEY}}
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo" --skip-checks --targets .#sakura
|
cd .ssh
|
||||||
|
cat forgejo
|
||||||
|
|
Loading…
Reference in a new issue