This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
cd /var/www/greenlight
|
||||
|
||||
echo "Running migrations ⚙️"
|
||||
migrate -path=./migrations -database=$GREENLIGHT_DB_DSN up
|
||||
migrate -path=./migrations -database=${{ secrets.GREENLIGHT_DB_DSN }} up
|
||||
echo "Migrations done ✅"
|
||||
|
||||
echo "Cleaning 🧹"
|
||||
|
||||
Reference in New Issue
Block a user