Update .github/workflows/push-code.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
This commit is contained in:
parent
3f10d9d940
commit
c149a08fc8
1 changed files with 6 additions and 1 deletions
7
.github/workflows/push-code.yml
vendored
7
.github/workflows/push-code.yml
vendored
|
@ -10,4 +10,9 @@ jobs:
|
||||||
- name: load ssh key
|
- name: load ssh key
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
Loading…
Add table
Reference in a new issue