Skip to content

Commit

Permalink
fix hashfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Aug 31, 2024
1 parent 3a3d0f0 commit ada618b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
Cargo.toml
target/release/www
static-assets.tar.gz
target/release/hash.txt
crates/www/target/release/hash.txt
fly.toml
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/*
COPY target/release/www /usr/local/bin/www
COPY target/release/hash.txt /usr/local/bin/hash.txt
COPY crates/www/target/release/hash.txt /usr/local/bin/hash.txt
COPY target/site /opt/
# COPY Cargo.toml /opt/Cargo.toml
WORKDIR /opt
Expand Down

0 comments on commit ada618b

Please sign in to comment.