migrate db
This commit is contained in:
parent
2b9f50a4ea
commit
3014c0851d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/deploy-postgres.yml
vendored
6
.github/workflows/deploy-postgres.yml
vendored
|
|
@ -66,6 +66,12 @@ jobs:
|
|||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# Install Atlas
|
||||
- name: debug
|
||||
run: |
|
||||
ls -la
|
||||
pwd
|
||||
|
||||
# Install Atlas
|
||||
- name: Install Atlas CLI
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue