File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY --from=builder /usr/bin/caddy /usr/bin/caddy
14
14
15
15
COPY Caddyfile /etc/caddy/Caddyfile
16
16
# COPY hyperbook/.hyperbook/out /srv
17
- RUN git clone https://github.com/software-challenge/docs.git -b live --depth 1 /srv
17
+ RUN git clone https://github.com/software-challenge/docs.git -b live --depth 1 /srv && echo $(date) > /srv/timestamp
18
18
19
19
COPY bin/update-content.sh /
20
20
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ trap onkill SIGTERM
18
18
ssh -S /tmp/ssh-ctrl-socket -O check $server || exit 1
19
19
docker login localhost:5000 || exit 1
20
20
21
- docker build -t docs-server --build-arg GITHUB_SECRET=" $GITHUB_SECRET " .
21
+ docker build --no-cache - t docs-server --build-arg GITHUB_SECRET=" $GITHUB_SECRET " .
22
22
docker tag docs-server localhost:5000/docs-server
23
23
docker push localhost:5000/docs-server
24
24
ssh -S /tmp/ssh-ctrl-socket -O exit $server
You can’t perform that action at this time.
0 commit comments