migrateion proper
This commit is contained in:
parent
dd1d5ca7c6
commit
8d5359d232
1 changed files with 1 additions and 2 deletions
3
.github/workflows/stripe-to-invoice.yml
vendored
3
.github/workflows/stripe-to-invoice.yml
vendored
|
|
@ -181,9 +181,8 @@ jobs:
|
|||
fi
|
||||
|
||||
DATABASE_URL="postgres://${USER}:${PASS}@${POSTGRES_HOST}:5432/${POSTGRES_DB}?sslmode=disable"
|
||||
|
||||
atlas migrate apply \
|
||||
--dir file://migrations \
|
||||
--dir file://db/atlas/stripe_invoice/migrations \
|
||||
--url "$DATABASE_URL"
|
||||
|
||||
# --------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue