migrate db
This commit is contained in:
parent
acf00be6bb
commit
d1ba6bce1c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy-postgres.yml
vendored
3
.github/workflows/deploy-postgres.yml
vendored
|
|
@ -89,6 +89,7 @@ jobs:
|
|||
- name: Run Atlas migrations (dev)
|
||||
run: |
|
||||
atlas migrate apply \
|
||||
--config ./db/atlas/atlas.hcl \
|
||||
--config file://./db/atlas/atlas.hcl \
|
||||
--env stripe_invoice_dev
|
||||
|
||||
|
||||
Loading…
Add table
Reference in a new issue