omit dir times
Some checks failed
pipeline / deploy-job (push) Failing after 28s

This commit is contained in:
Alexandru 2024-09-18 20:08:16 +03:00
parent f146cbfeff
commit ebd1275f2c

View File

@ -39,7 +39,7 @@ jobs:
- name: upload new files
run: |
rsync -avzh website/public/ -e "ssh -i ~/.ssh/id_rsa -p 69" gitlab@107.189.28.28:/var/www/mail.fzorb.xyz
rsync -avzh website/public/ -e "ssh -i ~/.ssh/id_rsa -p 69" gitlab@107.189.28.28:/var/www/mail.fzorb.xyz --omit-dir-times
- name: fix perms
run: |