back interdiff of round #3 and #2

deploy on merge to main #1

merged
opened by zzstoatzz.io targeting main from ci-setup
files
.tangled
workflows
ERROR
README.md

Failed to calculate interdiff for this file.

ERROR
.tangled/workflows/deploy.yaml

Failed to calculate interdiff for this file.

NEW
Dockerfile
··· 14 14 15 15 # Copy source code 16 16 COPY src ./src 17 + COPY static ./static 17 18 18 19 # Build for release 19 20 RUN cargo build --release