Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 2m40s
Some checks failed
pipeline / deploy-job (push) Failing after 2m40s
This commit is contained in:
parent
7b6cf882a6
commit
fe4060c2f3
@ -31,11 +31,11 @@ jobs:
|
||||
|
||||
- name: init ssh
|
||||
run: |
|
||||
ssh-keyscan -p 22 fzorb.xyz >> ~/.ssh/known_hosts
|
||||
ssh-keyscan -p 69 fzorb.xyz >> ~/.ssh/known_hosts
|
||||
|
||||
- name: upload new files
|
||||
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
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user