Update workflow to use the new database credentials for vignesh
All checks were successful
Setup EC2 Tools / setup-server (push) Successful in 46s

This commit is contained in:
vickytechkey 2026-09-08 21:00:46 +05:30
parent 3391c0b057
commit ea6cffa474

View file

@ -85,6 +85,9 @@ jobs:
# Configure Database connection
sed -i 's/DB_HOST=127.0.0.1/DB_HOST=16.113.106.152/g' .env
sed -i 's/DB_DATABASE=trypost/DB_DATABASE=trypost/g' .env
sed -i 's/DB_USERNAME=postgres/DB_USERNAME=vignesh/g' .env
sed -i 's/DB_PASSWORD=/DB_PASSWORD=vtechnosoft@123A/g' .env
# Ensure web server owns the files after composer finishes writing caches
sudo chown -R www-data:www-data storage bootstrap/cache