remove redundant cache refresh
All checks were successful
Gitea Actions Demo / Deploy Project files (push) Successful in 47s
All checks were successful
Gitea Actions Demo / Deploy Project files (push) Successful in 47s
This commit is contained in:
parent
a301f19bf8
commit
d172aec5e0
@ -25,10 +25,3 @@ jobs:
|
|||||||
- name: Update Composer Packages
|
- name: Update Composer Packages
|
||||||
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
working-directory: ${{ var.PROD_DEPLOY_DIR }}
|
||||||
run: composer update --no-interaction --working-dir=${{ 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