caisse-bliss/update.sh

7 lines
181 B
Bash
Raw Normal View History

2018-05-09 09:44:19 +02:00
#/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";