diff --git a/update.sh b/update.sh new file mode 100644 index 00000000..f7dbb2c1 --- /dev/null +++ b/update.sh @@ -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";