From 98af5499db2772106f73fba36d7aaa0d4319ce47 Mon Sep 17 00:00:00 2001 From: Audrey Jensen Date: Wed, 14 Aug 2024 09:59:59 -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 }}