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

This commit is contained in:
continuist 2025-09-21 15:11:32 -04:00
parent 70e123e189
commit 40f084ab70

View file

@ -26,7 +26,7 @@ async fn main() -> anyhow::Result<()> {
.await?; .await?;
// Run database migrations // Run database migrations
sqlx::migrate!("../../migrations") sqlx::migrate!("../../../migrations")
.run(&pool) .run(&pool)
.await?; .await?;