Updating name references
pr Build / Rustfmt (pull_request) Successful in 50s
pr Build / Clippy (pull_request) Successful in 1m42s
pr Build / Check (pull_request) Successful in 2m7s

This commit is contained in:
2026-07-13 17:17:36 -04:00
parent 83f79a1cb8
commit 7a3a482f0e
7 changed files with 44 additions and 44 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ COPY Cargo.toml Cargo.lock ./
RUN --mount=type=ssh mkdir src && \
echo "fn main() {println!(\"if you see this, the build broke\")}" > src/main.rs && \
cargo build --release --quiet && \
rm -rf src target/release/deps/textsender_auth*
rm -rf src target/release/deps/schedtxt_auth*
COPY src ./src
COPY .env ./.env
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y ca-certificates libssl-dev libssl3 && r
WORKDIR /usr/local/bin
COPY --from=builder /usr/src/app/target/release/textsender_auth .
COPY --from=builder /usr/src/app/target/release/schedtxt_auth .
COPY --from=builder /usr/src/app/.env .
COPY --from=builder /usr/src/app/migrations ./migrations
@@ -41,4 +41,4 @@ COPY --from=builder /usr/src/app/migrations ./migrations
EXPOSE 9080
# Set the command to run your application
CMD ["./textsender_auth"]
CMD ["./schedtxt_auth"]