Update .github/workflows/push-code.yml
Some checks failed
Code quality checks / build (18.16) (push) Has been cancelled
Push code / build (push) Failing after 1s

Signed-off-by: laratheprotogen <laraproto@proton.me>
This commit is contained in:
Lara 2024-10-25 12:28:25 +00:00
parent 3f10d9d940
commit c149a08fc8

View file

@ -10,4 +10,9 @@ jobs:
- name: load ssh key
shell: bash
run: |
ssh-add <(echo ${{secrets.ZAPPYZEP_KEY}})
echo ${{secrets.ZAPPYZEP_KEY}} >> id_ed25519
- name: connect to zappyzep
shell: bash
run: |
ssh -i id_ed25519 zappyzep@zappyzep.xyz
exit