comparison bin/update-from-repo @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:493bcb69166c
1 #!/bin/sh
2
3 hg pull -u
4 php composer.phar install --prefer-dist
5 #rm -rf app/cache/prod
6 #rm -rf app/cache/dev
7 #app/console cache:clear --env=prod