Updating CI.
All checks were successful
Deploy Greenlight API / deploy (push) Successful in 54s

This commit is contained in:
Maxime Delporte
2025-10-31 10:49:50 +01:00
parent ab17b9f8f1
commit 80800b214c

View File

@@ -47,10 +47,6 @@ jobs:
echo "Running migrations ⚙️" echo "Running migrations ⚙️"
migrate -path=./migrations -database=${{ secrets.GREENLIGHT_DB_DSN }} up migrate -path=./migrations -database=${{ secrets.GREENLIGHT_DB_DSN }} up
echo "Migrations done ✅" echo "Migrations done ✅"
echo "Cleaning 🧹"
cd .. && rm -rf greenlight \
echo "Cleaning done ✅"
" "
- name: Build API - name: Build API