diff --git a/.github/workflows/push-code.yml b/.github/workflows/push-code.yml index 21ef2742..cc318edf 100644 --- a/.github/workflows/push-code.yml +++ b/.github/workflows/push-code.yml @@ -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 \ No newline at end of file