Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 39s
Some checks failed
pipeline / deploy-job (push) Failing after 39s
This commit is contained in:
parent
4fc515f4b6
commit
909a1b9914
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user