Skip to content

Commit

Permalink
ci: add caddy image with status page
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 10, 2024
1 parent 6bd8785 commit df320ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ jobs:
with:
name: testbed-master
target: testbed-master

testbed-caddy:
uses: named-data/actions/.github/workflows/docker-image.yml@v1
with:
name: testbed-caddy
target: testbed-caddy
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ EOF

VOLUME /testbed
WORKDIR /testbed


FROM caddy:2 AS testbed-caddy

ADD https://nfd-status-page.ndn.today/NDNts-NFD-status-page.txz /srv/n/dist.txz
RUN tar -Jxvf /srv/n/dist.txz -C /srv/n && rm /srv/n/dist.txz

0 comments on commit df320ac

Please sign in to comment.