diff --git a/update.sh b/update.sh new file mode 100644 index 00000000..8ea99ab6 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/bin/bash +git fetch --all +git reset --hard origin/master +sudo composer update +php artisan migrate \ No newline at end of file