Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 28s
Some checks failed
pipeline / deploy-job (push) Failing after 28s
This commit is contained in:
parent
9b7358cdfa
commit
060d1bc94c
1 changed files with 1 additions and 5 deletions
|
@ -36,11 +36,7 @@ jobs:
|
|||
run: |
|
||||
mkdir ~/.ssh
|
||||
ssh-keyscan -p 69 fzorb.xyz >> ~/.ssh/known_hosts
|
||||
|
||||
- name: cleanup old files
|
||||
run: |
|
||||
sshpass -p '${{secrets.PASSWD}}' git@fzorb.xyz "rm -rf /var/www/fzorb.xyz/*"
|
||||
|
||||
|
||||
- name: upload new files
|
||||
run: |
|
||||
sshpass -p '${{secrets.PASSWD}}' rsync -avzh website/public/ -e 'ssh -p 69' git@fzorb.xyz:/var/www/fzorb.xyz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue