Skip to content

Instantly share code, notes, and snippets.

@irbisadm
Created September 24, 2013 23:35
Show Gist options
  • Save irbisadm/6692847 to your computer and use it in GitHub Desktop.
Save irbisadm/6692847 to your computer and use it in GitHub Desktop.
symfony2 git test-deploy script
#!/bin/bash
git pull
app/console cache:clear --env=dev
app/console cache:clear --env=prod
chmod -R 777 app/cache/
chmod -R 777 app/logs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment