#/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";