From 168dee0259951c6e93794ad95bd09b3a0932e83b Mon Sep 17 00:00:00 2001 From: Audrey Jensen Date: Wed, 14 Aug 2024 10:03:13 -0500 Subject: [PATCH] remove redundant cache refresh --- .gitea/workflows/production-deploy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/production-deploy.yaml b/.gitea/workflows/production-deploy.yaml index 15ab262..f39e6e5 100644 --- a/.gitea/workflows/production-deploy.yaml +++ b/.gitea/workflows/production-deploy.yaml @@ -24,6 +24,7 @@ jobs: - name: Update Composer Packages working-directory: ${{ var.PROD_DEPLOY_DIR }} +<<<<<<< HEAD run: composer update - name: Refresh Site Cache @@ -32,3 +33,6 @@ jobs: php bin/console cache:clear php bin/console cache:pool:prune php bin/console cache:warmup +======= + run: composer update --no-interaction --working-dir=${{ var.PROD_DEPLOY_DIR }} +>>>>>>> d172aec (remove redundant cache refresh)