diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ ENV COMMIT_USER="clarkzjw" | |||
29 | ENV COMMIT_EMAIL="[email protected]" | 29 | ENV COMMIT_EMAIL="[email protected]" |
30 | ENV GIT_TOKEN="" | 30 | ENV GIT_TOKEN="" |
31 | 31 | ||
32 | RUN git clone https://clarkzjw:[email protected]/clarkzjw/blog.jinwei.me.git /html && git checkout gh-pages | 32 | RUN git clone https://clarkzjw:$[email protected]/clarkzjw/blog.jinwei.me.git /html && git checkout gh-pages |
33 | 33 | ||
34 | COPY --from=builder /app/_build/html /html | 34 | COPY --from=builder /app/_build/html /html |
35 | 35 | ||