Fix CI
This commit is contained in:
parent
2355190ed2
commit
2c3d71b181
4 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,7 @@ RUN cargo install sqlx-cli
|
|||
COPY . .
|
||||
|
||||
RUN sqlx database create --database-url sqlite://db.sqlite3
|
||||
RUN sqlx migrate run --source sync_server/src/database/migrations --database-url sqlite://db.sqlite3
|
||||
RUN sqlx migrate run --source sync_server/src/app_state/database/migrations --database-url sqlite://db.sqlite3
|
||||
|
||||
RUN cargo build --package sync_server --release --target x86_64-unknown-linux-musl
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue