deploy: add missing $
Some checks reported warnings
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Has been cancelled
fmt check / check (push) Successful in 40s
Some checks reported warnings
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Has been cancelled
fmt check / check (push) Successful in 40s
This commit is contained in:
parent
6cd17ea1ec
commit
6c30cd85a7
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ jobs:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
mkdir .ssh
|
mkdir .ssh
|
||||||
cat {{secrets.TEST_SSH_DEPLOY_KEY}} >> forgejo && cd .ssh
|
cat ${{secrets.TEST_SSH_DEPLOY_KEY}} >> forgejo && cd .ssh
|
||||||
nix run github:serokell/deploy-rs -- --ssh-opts="-i ./forgejo" --targets .#sakura .#yuki .#arashi .#kariru .#sora
|
nix run github:serokell/deploy-rs -- --ssh-opts="-i ./forgejo" --targets .#sakura .#yuki .#arashi .#kariru .#sora
|
||||||
|
|
Loading…
Reference in a new issue