Update .github/workflows/main.yml
Some checks failed
/ run pull (push) Failing after 6s

This commit is contained in:
Fiky B 2024-02-15 04:26:55 +00:00
parent 7a060e76f7
commit 475092f71b

View File

@ -14,6 +14,6 @@ jobs:
# https://stackoverflow.com/a/70447517
run: install -m 600 -D /dev/null ~/.ssh/id_rsa && echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa && ssh-keyscan -H ${{ secrets.SSH_HOST }}
- name: connect and pull
run: echo "${{ secrets.SSH_USER }}"
run: ssh fikyb-ssh@103.241.205.253 "cd /home/fikyb-ssh/htdocs/fikyb.my.id && git checkout main && git pull && exit"
- name: cleanup
run: rm -rf ~/.ssh