Skip to content

Commit 4c5fdd2

Browse files
committed
chore: fix .sql migration
1 parent f02e1de commit 4c5fdd2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/azure-backend-acc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
working-directory: packages/backend
3838
run: npm run build
3939

40+
- name: Copy migration files
41+
working-directory: packages/backend
42+
run: |
43+
mkdir -p dist/db/migrations
44+
cp src/db/migrations/*.sql dist/db/migrations/
45+
4046
- name: Verify build output
4147
working-directory: packages/backend
4248
run: |

0 commit comments

Comments
 (0)