Use correct path
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Failing after 4m16s
Podman Rootless Demo / build-frontend (push) Successful in 2m26s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Failing after 4m16s
Podman Rootless Demo / build-frontend (push) Successful in 2m26s
Podman Rootless Demo / deploy-prod (push) Has been skipped
This commit is contained in:
parent
70e123e189
commit
40f084ab70
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ async fn main() -> anyhow::Result<()> {
|
|||
.await?;
|
||||
|
||||
// Run database migrations
|
||||
sqlx::migrate!("../../migrations")
|
||||
sqlx::migrate!("../../../migrations")
|
||||
.run(&pool)
|
||||
.await?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue