This commit is contained in:
Beth Parker 2019-05-20 01:40:36 -05:00
parent ae4566690e
commit ac1bd07c6f

View file

@ -22,7 +22,7 @@ echo " <a href='$branch/public'>$branch<br/>" >> /sites/{{project}}/index.php
php artisan key:generate
php artisan migrate
php artisan db:seed
php artisan vendor:publish
php artisan vendor:publish --all
php artisan storage:link
cd "/sites/{{project}}"
fi