diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index b917c7c..bd7eb10 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -35,7 +35,7 @@ jobs: - name: Copy files to deployment directory run: | sudo rsync -av ./ ${DEPLOY_DIR}/ - sudo chmod -R 777 ${DEPLOY_DIR}/ + sudo chmod -R 777 ${DEPLOY_DIR} - name: Restart PHP service run: sudo systemctl restart php8.2-fpm