remove redundant cache refresh
All checks were successful
Gitea Actions Demo / Deploy Project files (push) Successful in 47s

This commit is contained in:
Audrey Jensen 2024-08-14 10:03:13 -05:00
parent a301f19bf8
commit d172aec5e0
Signed by: audrey
SSH Key Fingerprint: SHA256:k+6b1AGMt7Q6374OfeAXUFNe0eFpsUt6eV4biffF06U

View File

@ -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