diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..5deee70 --- /dev/null +++ b/update.sh @@ -0,0 +1,9 @@ +#! /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 +