Updating CI.
Some checks failed
Deploy Greenlight API / deploy (push) Failing after 41s

This commit is contained in:
Maxime Delporte
2025-10-31 10:48:34 +01:00
parent 8f047f2b4a
commit ab17b9f8f1

View File

@@ -45,7 +45,7 @@ jobs:
cd /var/www/greenlight cd /var/www/greenlight
echo "Running migrations ⚙️" echo "Running migrations ⚙️"
migrate -path=./migrations -database=$GREENLIGHT_DB_DSN up migrate -path=./migrations -database=${{ secrets.GREENLIGHT_DB_DSN }} up
echo "Migrations done ✅" echo "Migrations done ✅"
echo "Cleaning 🧹" echo "Cleaning 🧹"