Skip to content

Instantly share code, notes, and snippets.

@revsbech
Created October 20, 2015 06:40
Show Gist options
  • Save revsbech/55633f1ab1d72e30348e to your computer and use it in GitHub Desktop.
Save revsbech/55633f1ab1d72e30348e to your computer and use it in GitHub Desktop.
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