Skip to content

Commit 0992eea

Browse files
committed
fix(ci): post deploy migrate command
1 parent 2fc5e15 commit 0992eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ jobs:
8787
- name: Release new image
8888
run: heroku container:release web
8989
- name: Run migrations
90-
run: heroku run sqlx migration run
90+
run: heroku run sqlx migrate run
9191

9292

0 commit comments

Comments
 (0)