Update .gitea/workflows/action.yml
All checks were successful
pipeline / deploy-job (push) Successful in 49s

This commit is contained in:
fzorb 2024-09-22 09:32:19 +03:00
parent 8486b08527
commit 6e5eb0fcf0

View File

@ -36,7 +36,3 @@ jobs:
- name: upload new files via ftp
run: |
lftp -u "main","${{ secrets.PASSWORD }}" -e "mirror -R website/public /www; bye" -p 2021 ftp://107.189.28.28
- name: fix perms via ftp
run: |
lftp -u "main","${{ secrets.PASSWORD }}" -e "chmod -R 755 /www; bye" -p 2021 ftp://107.189.28.28