Skip to content

Instantly share code, notes, and snippets.

@sdvg
Created September 8, 2014 13:29
Show Gist options
  • Save sdvg/08ab2435253910c4b58a to your computer and use it in GitHub Desktop.
Save sdvg/08ab2435253910c4b58a to your computer and use it in GitHub Desktop.
function syc-prod() {
echo "#1: app/console cache:clear --env=prod"
app/console cache:clear --env=prod
echo "#2: app/console assetic:dump --env=prod"
app/console assetic:dump --env=prod
echo "#3: app/console assets:install --env=prod"
app/console assets:install --env=prod
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment