From 5ee2f09bac578262c0ddbb2dcb8e66e96c5eb3ab Mon Sep 17 00:00:00 2001 From: Audrey Jensen Date: Wed, 14 Aug 2024 10:01:12 -0500 Subject: [PATCH] Revert "set composer work dir" This reverts commit 98af5499db2772106f73fba36d7aaa0d4319ce47. --- .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 a1f5071..15ab262 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 --no-interaction --working-dir=${{ var.PROD_DEPLOY_DIR }} + run: composer update - name: Refresh Site Cache working-directory: ${{ var.PROD_DEPLOY_DIR }}