Created
October 20, 2015 06:40
-
-
Save revsbech/55633f1ab1d72e30348e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
container_commands: | |
10-flush-cache: | |
command: "php flow flow:cache:flush --force" | |
env: | |
FLOW_CONTEXT: Production | |
20-warump-cache: | |
command: "php flow flow:cache:warmup" | |
env: | |
FLOW_CONTEXT: Production | |
30-doctrine-migrate: | |
command: "php flow doctrine:migrate" | |
env: | |
FLOW_CONTEXT: Production | |
40-publish_resources: | |
command: "php flow resource:publish" | |
env: | |
FLOW_CONTEXT: Production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment