Files
learn-cicd-starter/scripts/migrateup.sh
wagslane ca79850ef1 shebang
2023-10-19 17:12:36 -06:00

9 lines
97 B
Bash
Executable File

#!/bin/bash
if [ -f .env ]; then
source .env
fi
cd sql/schema
goose mysql $DATABASE_URL up