From 0b623e96f1d215555ccfea10c576010184af7d7f Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Fri, 28 Mar 2025 09:01:45 +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 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 782851b..30ad739 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -17,6 +17,8 @@ jobs: echo "Error: .env file is empty!" exit 1 fi + env: + ENV_PROD: ${{ secrets.ENV_PROD }} - name: Install PHP dependencies run: composer install @@ -27,10 +29,10 @@ jobs: - name: Build assets run: npm run build - - name: Prepare deployment directory - run: | - sudo chown -R $USER:$USER $DEPLOY_DIR - sudo chmod -R 775 $DEPLOY_DIR + #- name: Prepare deployment directory + # run: | + # sudo chown -R $USER:$USER $DEPLOY_DIR + # sudo chmod -R 775 $DEPLOY_DIR - name: Copy files to deployment directory run: |