diff --git a/.github/workflows/deploy-postgres.yml b/.github/workflows/deploy-postgres.yml index ba369dc..02743ed 100644 --- a/.github/workflows/deploy-postgres.yml +++ b/.github/workflows/deploy-postgres.yml @@ -84,5 +84,6 @@ jobs: - name: Run Atlas migrations (dev) run: | atlas migrate apply \ + --config db/atlas/atlas.hcl \ --env stripe_invoice_dev \ No newline at end of file