add update script

This commit is contained in:
Kayn Ty 2018-05-09 09:44:19 +02:00
parent 24dca67a4d
commit 772d9e4f4a

6
update.sh Normal file
View File

@ -0,0 +1,6 @@
#/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";