Remove not working command.

This commit is contained in:
James Cole 2019-01-06 16:00:36 +01:00
parent 214cd9c262
commit 18fb2e91b1
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -58,9 +58,5 @@ echo "Migrating..."
php /opt/app/artisan migrate --seed --force
echo "Done!"
echo "Clear cache.."
php /opt/app/artisan cache:clear
echo "Done"
# Start nginx.
/usr/sbin/nginx -c /opt/app/.sandstorm/service-config/nginx.conf -g "daemon off;"