Fixing logging and changing post deploy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a127dcb0b9
commit
61883a6550
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user