You've already forked Php-Template
All checks were successful
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 2m11s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 2m19s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 2m10s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m1s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 2m19s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 2m41s
4 lines
154 B
Bash
Executable File
4 lines
154 B
Bash
Executable File
eval #!/bin/sh
|
|
set -e
|
|
|
|
migrate -path /app/db/migrations -database "postgres://$DB_USERNAME:$DB_PASSWORD@$DB_HOST:$DB_PORT/$DB_DATABASE?sslmode=disable" up |