diff options
author | clarkzjw <[email protected]> | 2018-01-10 21:28:58 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2018-01-10 21:28:58 +0800 |
commit | e99e821050931117f1b36adae51e574bba83ff28 (patch) | |
tree | 80853a5a4e337838d7390fd29f8ea9b53076c61b | |
parent | bdb862697f8d38844ba8ea103ef00a1cef919493 (diff) | |
download | blog.jinwei.me-e99e821050931117f1b36adae51e574bba83ff28.tar.gz |
+ fix
-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 | ||