From fa2fe652a8d0c74d867419cfefcc581f702cac20 Mon Sep 17 00:00:00 2001 From: Audrey Jensen Date: Wed, 14 Aug 2024 10:00:43 -0500 Subject: [PATCH] set composer work dir --- .gitea/workflows/production-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/production-deploy.yaml b/.gitea/workflows/production-deploy.yaml index 15ab262..a1f5071 100644 --- a/.gitea/workflows/production-deploy.yaml +++ b/.gitea/workflows/production-deploy.yaml @@ -24,7 +24,7 @@ jobs: - name: Update Composer Packages working-directory: ${{ var.PROD_DEPLOY_DIR }} - run: composer update + run: composer update --no-interaction --working-dir=${{ var.PROD_DEPLOY_DIR }} - name: Refresh Site Cache working-directory: ${{ var.PROD_DEPLOY_DIR }}