Update .gitea/workflows/action.yml
This commit is contained in:
parent
7b6cf882a6
commit
fe4060c2f3
1 changed files with 2 additions and 2 deletions
|
@ -31,11 +31,11 @@ jobs:
|
||||||
|
|
||||||
- name: init ssh
|
- name: init ssh
|
||||||
run: |
|
run: |
|
||||||
ssh-keyscan -p 22 fzorb.xyz >> ~/.ssh/known_hosts
|
ssh-keyscan -p 69 fzorb.xyz >> ~/.ssh/known_hosts
|
||||||
|
|
||||||
- name: upload new files
|
- name: upload new files
|
||||||
run: |
|
run: |
|
||||||
sshpass -p '${{secrets.PASSWD}}' rsync -avzh website/public/ -e ssh git@fzorb.xyz:/var/www/fzorb.xyz
|
sshpass -p '${{secrets.PASSWD}}' rsync -avzh website/public/ -e ssh -p 69 git@fzorb.xyz:/var/www/fzorb.xyz
|
||||||
|
|
||||||
- name: fix perms
|
- name: fix perms
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue