Update .github/workflows/push-code.yml
Signed-off-by: laratheprotogen <laraproto@proton.me>
This commit is contained in:
parent
2cc9844b8a
commit
46cdefbb21
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push-code.yml
vendored
2
.github/workflows/push-code.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
install -m 600 -D /dev/null ~/.ssh/id_ed25519
|
||||
echo "${{ secrets.ZAPPYZEP_KEY }}" > ~/.ssh/id_ed25519
|
||||
ssh-keyscan -H zappyzep.xyz > ~/.ssh/known_hosts
|
||||
- name: connect and pull
|
||||
- name: connect and pull
|
||||
run: ssh zappyzep@zappyzep.xyz "cd Zeppelin && git checkout working-commit && git pull && exit"
|
||||
- name: cleanup
|
||||
run: rm -rf ~/.ssh
|
Loading…
Add table
Reference in a new issue