Set FILESYSTEM_DISK=public in workflow
This commit is contained in:
parent
bf4490ac45
commit
f6f6b128f0
1 changed files with 2 additions and 1 deletions
|
|
@ -91,8 +91,9 @@ jobs:
|
|||
php artisan key:generate --force
|
||||
fi
|
||||
|
||||
# Configure APP_URL and Database connection
|
||||
# Configure APP_URL, Filesystem, and Database connection
|
||||
sed -i 's|^APP_URL=.*|APP_URL=https://socialmedia.tradhox.com|g' .env
|
||||
sed -i 's|^FILESYSTEM_DISK=.*|FILESYSTEM_DISK=public|g' .env
|
||||
sed -i 's/^DB_HOST=.*/DB_HOST=16.113.106.152/g' .env
|
||||
sed -i 's/^DB_DATABASE=.*/DB_DATABASE=trypost/g' .env
|
||||
sed -i 's/^DB_USERNAME=.*/DB_USERNAME=vignesh/g' .env
|
||||
|
|
|
|||
Loading…
Reference in a new issue