Обновить .gitea/workflows/action.yaml
Some checks failed
Deploy Wishlist / deploy (push) Has been cancelled

This commit is contained in:
Dhaverd 2025-03-28 09:28:00 +03:00
parent a343813b0f
commit cc0bf054ac

View File

@ -35,6 +35,7 @@ jobs:
- name: Copy files to deployment directory - name: Copy files to deployment directory
run: | run: |
sudo rsync -av ./ ${DEPLOY_DIR}/ sudo rsync -av ./ ${DEPLOY_DIR}/
sudo chmod -R 777 ${DEPLOY_DIR}/
- name: Restart PHP service - name: Restart PHP service
run: sudo systemctl restart php8.2-fpm run: sudo systemctl restart php8.2-fpm