Created
September 24, 2013 23:35
-
-
Save irbisadm/6692847 to your computer and use it in GitHub Desktop.
symfony2 git test-deploy script
This file contains hidden or 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
| #!/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