migrate db
This commit is contained in:
parent
3014c0851d
commit
acf00be6bb
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy-postgres.yml
vendored
3
.github/workflows/deploy-postgres.yml
vendored
|
|
@ -86,10 +86,9 @@ jobs:
|
|||
echo "POSTGRES_USER=$POSTGRES_USER" >> $GITHUB_ENV
|
||||
echo "POSTGRES_PASSWORD=$POSTGRES_PASSWORD" >> $GITHUB_ENV
|
||||
|
||||
# Run Atlas migrations (DEV only)
|
||||
- name: Run Atlas migrations (dev)
|
||||
run: |
|
||||
atlas migrate apply \
|
||||
--config db/atlas/atlas.hcl \
|
||||
--config ./db/atlas/atlas.hcl \
|
||||
--env stripe_invoice_dev
|
||||
|
||||
Loading…
Add table
Reference in a new issue