Skip to content

Commit

Permalink
Enabled Varnish cache clearing post nightly deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored Nov 24, 2023
1 parent 590cd18 commit b38ab8a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@ hooks:
# Post deploy hook, like deploy but after being deployed and live, for deploy tasks we can do asynchronously
# Tip: As this is running while web is running, and it's async, avoid doing anything like cache clearing that affects web requests here.
#post_deploy: |
# set -e
post_deploy: |
set -e
php bin/console fos:httpcache:invalidate:tag ez-all
# The configuration of scheduled execution.
# see https://docs.platform.sh/configuration/app/cron.html#cron-jobs
Expand Down

0 comments on commit b38ab8a

Please sign in to comment.