kekrozsak/update.sh
Polonkai Gergely 215f9c1353 Created update.sh for fast prod update
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-16 19:38:47 +02:00

10 lines
170 B
Bash
Executable File

#! /bin/sh
git pull && \
app/console assets:install && \
app/console assetic:dump --env=prod && \
app/console cache:clear --env=prod && app/console cache:clear
exit 0