New tests

This commit is contained in:
James Cole
2017-02-12 17:58:16 +01:00
parent ec146d4cbe
commit 2c36820622
12 changed files with 761 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ echo "CREATE DATABASE IF NOT EXISTS firefly; GRANT ALL on firefly.* TO 'firefly'
echo "Done!"
echo "Migrating..."
php /opt/app/artisan migrate:refresh --seed --force
php /opt/app/artisan migrate --seed --force
echo "Done!"
# Start nginx.