Merge branch 'master' of w00d5t0ck.info:blueroses
This commit is contained in:
commit
acea821bdb
@ -1,9 +1,9 @@
|
||||
#! /bin/sh
|
||||
|
||||
git pull && \
|
||||
(app/console cache:clear --env=prod || rm -rf `dirname $0`/app/cache/prod) && \
|
||||
(app/console cache:clear || rm -rf `dirname $0`/app/cache/dev) && \
|
||||
app/console assets:install && \
|
||||
app/console assetic:dump --env=prod && \
|
||||
app/console cache:clear --env=prod && app/console cache:clear
|
||||
|
||||
exit 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user