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

This commit is contained in:
fzorb 2024-10-14 07:56:12 +03:00
parent 4fc515f4b6
commit 909a1b9914

View File

@ -38,8 +38,8 @@ jobs:
- name: upload new files
run: |
rsync -avzh website/public/ -e "ssh -i ~/.ssh/id_rsa -p 69" gitlab@107.189.28.28:/srv/swag/config/www/fzorb.xyz
rsync -avzh website/public/ -e "ssh -i ~/.ssh/id_rsa -p 69" --omit-dir-times pr@107.189.28.28:/srv/swag/config/www/fzorb.xyz
- name: fix perms
run: |
ssh -i ~/.ssh/id_rsa -p 69 gitlab@107.189.28.28 "chmod 755 -R /srv/swag/config/www/fzorb.xyz"
ssh -i ~/.ssh/id_rsa -p 69 pr@107.189.28.28 "chmod 755 -R /srv/swag/config/www/fzorb.xyz"