This commit is contained in:
parent
f6853ba972
commit
6508f9b869
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -8,16 +8,12 @@ jobs:
|
||||||
run_pull:
|
run_pull:
|
||||||
name: run pull
|
name: run pull
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: ssh_key
|
|
||||||
steps:
|
steps:
|
||||||
- name: install ssh keys
|
- name: install ssh keys
|
||||||
# check this thread to understand why its needed:
|
# check this thread to understand why its needed:
|
||||||
# https://stackoverflow.com/a/70447517
|
# https://stackoverflow.com/a/70447517
|
||||||
run: |
|
run: echo "${{ secrets.SSH_PRIVATE_KEY }}"
|
||||||
install -m 600 -D /dev/null ~/.ssh/id_rsa
|
|
||||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
|
||||||
ssh-keyscan -p 222 -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
|
|
||||||
- name: connect and pull
|
- name: connect and pull
|
||||||
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p 222 "cd /home/fikyb-ssh/htdocs/fikyb.my.id && git checkout main && git pull && exit"
|
run: echo "${{ secrets.SSH_USER }}"
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
run: rm -rf ~/.ssh
|
run: rm -rf ~/.ssh
|
Loading…
Reference in New Issue
Block a user