Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 2m40s

This commit is contained in:
fzorb 2025-01-03 14:16:43 +02:00
parent 7b6cf882a6
commit fe4060c2f3

View File

@ -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: |