Fixing logging and changing post deploy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Matt Burchett 2021-04-07 00:22:20 -07:00
parent a127dcb0b9
commit 61883a6550

View File

@ -20,7 +20,7 @@ if [[ ! -f ./.env ]]; then
fi
if [[ ! -f /data/.env ]]; then
echo "No enviroment found. Creating."
echo "No environment found. Creating."
cp .env.example /data/.env
php artisan key:generate --force
fi