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

This commit is contained in:
Fiky B 2024-02-15 04:29:51 +00:00
parent 35eed97043
commit a5483f2cc3

View File

@ -14,7 +14,7 @@ jobs:
- name: install ssh keys
# check this thread to understand why its needed:
# 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 }}
run: install -m 600 -D /dev/null ~/.ssh/id_rsa && echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa && ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
- name: connect and pull
run: ssh fikyb-ssh@103.241.205.253 "cd /home/fikyb-ssh/htdocs/fikyb.my.id && git checkout main && git pull && exit"
- name: cleanup