From d172aec5e09ccd1c76415d19ef3ecbec4ae474fd 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 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/production-deploy.yaml b/.gitea/workflows/production-deploy.yaml index a1f5071..933ac06 100644 --- a/.gitea/workflows/production-deploy.yaml +++ b/.gitea/workflows/production-deploy.yaml @@ -25,10 +25,3 @@ jobs: - name: Update Composer Packages working-directory: ${{ var.PROD_DEPLOY_DIR }} run: composer update --no-interaction --working-dir=${{ var.PROD_DEPLOY_DIR }} - - - name: Refresh Site Cache - working-directory: ${{ var.PROD_DEPLOY_DIR }} - run: | - php bin/console cache:clear - php bin/console cache:pool:prune - php bin/console cache:warmup