updated Pipeline
This commit is contained in:
parent
40060daaf5
commit
603149c46e
2 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ cargo-build:
|
|||
- .cargo/registry/cache/
|
||||
artifacts:
|
||||
paths:
|
||||
- target/release/bin
|
||||
- target/release/stromsensor_mailer
|
||||
|
||||
docker:
|
||||
stage: pack
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
FROM debian:stable-slim as final
|
||||
WORKDIR /app
|
||||
COPY ./target/release/bin ./bin
|
||||
CMD ["/app/bin"]
|
||||
COPY ./target/release/stromsensor_mailer ./stromsensor_mailer
|
||||
CMD ["/app/stromsensor_mailer"]
|
||||
|
|
Reference in a new issue