From cc0bf054ac1afbd869dd07e2f7a8121f90250e41 Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Fri, 28 Mar 2025 09:28:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/action.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 5982455..b917c7c 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -35,6 +35,7 @@ jobs: - name: Copy files to deployment directory run: | sudo rsync -av ./ ${DEPLOY_DIR}/ + sudo chmod -R 777 ${DEPLOY_DIR}/ - name: Restart PHP service run: sudo systemctl restart php8.2-fpm