remove sqlx migrations volume
All checks were successful
Publish SQLx container / publish (push) Successful in 24s
All checks were successful
Publish SQLx container / publish (push) Successful in 24s
This commit is contained in:
parent
19ea466550
commit
850172831e
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "sqlx/"
|
||||
- "sqlx/**"
|
||||
- ".github/workflows/sqlx.yml"
|
||||
|
||||
env:
|
||||
|
@ -11,4 +11,3 @@ FROM alpine
|
||||
COPY --from=build /usr/local/cargo/bin/sqlx /usr/local/bin/sqlx
|
||||
|
||||
CMD sqlx migrate run --source /migrations
|
||||
VOLUME /migrations
|
||||
|
Loading…
Reference in New Issue
Block a user