Skip to content

Commit

Permalink
Merge branch '2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Feb 28, 2018
2 parents 1bdd659 + b2b2982 commit 7035387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .platform.app.yaml
Expand Up @@ -83,7 +83,7 @@ hooks:
touch web/var/.platform.installed
fi
# As we are deploying code changes we need to clear any kind of code/system cache
rm -f app/cache/*/*
rm -Rf var/cache/*/*.*
bin/console cache:clear
# Example of addtional deploy hooks if you use doctrine and/or kaliop migration bundle
##bin/console doctrine:migrations:migrate --no-interaction --allow-no-migration
Expand All @@ -94,7 +94,7 @@ hooks:
#crons:
# symfony:
# spec: "*/20 * * * *"
# cmd: "php app/console ezpublish:cron:run"
# cmd: "php bin/console ezpublish:cron:run"

runtime:
extensions:
Expand Down

0 comments on commit 7035387

Please sign in to comment.