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