forked from audrey/intranet
remove redundant cache refresh
This commit is contained in:
parent
a301f19bf8
commit
d172aec5e0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user