app
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
maltegrosse 2023-05-31 15:33:34 +09:00
parent 934bf3c86b
commit 2b8add89cc
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,8 @@ pipeline:
- mdbook build
- ls
- pwd
- cd book
- ls
publish-container:
image: woodpeckerci/plugin-docker-buildx:2.1.0

View File

@ -3,4 +3,5 @@ WORKDIR /app
COPY . .
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./book /app/static