caisse-bliss/update.sh
2018-06-25 14:30:12 +02:00

7 lines
181 B
Bash
Executable File

#/bin/bash
echo "start update of symfony project";
git pull origin master --strategy-option theirs
yarn run encore production
php bin/console cache:clear -eprod
echo "update done";