deploy: try calling the secret
Some checks failed
fmt check / check (push) Has been cancelled
flake check / check (push) Has been cancelled
deploy systems / deploy (push) Failing after 18m20s

This commit is contained in:
notohh 2023-10-21 00:25:34 -04:00
parent 6c30cd85a7
commit fa3e9e7058
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -12,6 +12,4 @@ jobs:
github-token: ${{ secrets.GH_TOKEN }}
- name: deploy
run: |
mkdir .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 ${{secrets.TEST_SSH_DEPLOY_KEY}}" --targets .#sakura .#yuki .#arashi .#kariru .#sora