This commit is contained in:
parent
eaf8105db0
commit
09549247a4
1 changed files with 2 additions and 3 deletions
|
@ -4,6 +4,8 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
container: alpine:latest
|
container: alpine:latest
|
||||||
|
env:
|
||||||
|
GIT_SSH_COMMAND: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: |
|
run: |
|
||||||
|
@ -18,9 +20,6 @@ jobs:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Website upload
|
- name: Website upload
|
||||||
run: |
|
run: |
|
||||||
ping -c 3 ayakael.net
|
|
||||||
ssh-add -L
|
|
||||||
ssh -T pages@ayakael.net
|
|
||||||
git remote set-url origin pages@ayakael.net:/var/lib/pages/ayakael.net
|
git remote set-url origin pages@ayakael.net:/var/lib/pages/ayakael.net
|
||||||
git push -f
|
git push -f
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue