Обновить .gitea/workflows/action.yaml
All checks were successful
Deploy Wishlist / deploy (push) Successful in 19s

This commit is contained in:
Dhaverd 2025-03-28 09:35:35 +03:00
parent e4172cc8fa
commit 74df406121

View File

@ -34,8 +34,8 @@ jobs:
- name: Copy files to deployment directory - name: Copy files to deployment directory
run: | run: |
chmod -R 777 ./
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