👷 drone

This commit is contained in:
JMARyA 2022-11-12 01:14:03 +01:00
parent b06a8a79c9
commit 5b021321cc
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -4,6 +4,8 @@ WORKDIR /app
COPY ./ . COPY ./ .
RUN rustup target add x86_64-unknown-linux-musl
RUN cargo build --target x86_64-unknown-linux-musl --release RUN cargo build --target x86_64-unknown-linux-musl --release
COPY /app/target/release/me-site /me-site COPY /app/target/release/me-site /me-site