10 linhas
170 B
Bash
Arquivo executável
10 linhas
170 B
Bash
Arquivo executável
#! /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
|
|
|