aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-10 21:28:58 +0800
committerclarkzjw <[email protected]>2018-01-10 21:28:58 +0800
commite99e821050931117f1b36adae51e574bba83ff28 (patch)
tree80853a5a4e337838d7390fd29f8ea9b53076c61b /Dockerfile
parentbdb862697f8d38844ba8ea103ef00a1cef919493 (diff)
downloadblog.jinwei.me-e99e821050931117f1b36adae51e574bba83ff28.tar.gz
+ fix
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 394380e..8cdcc4a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@ ENV COMMIT_USER="clarkzjw"
29ENV COMMIT_EMAIL="[email protected]" 29ENV COMMIT_EMAIL="[email protected]"
30ENV GIT_TOKEN="" 30ENV GIT_TOKEN=""
31 31
32RUN git clone https://clarkzjw:[email protected]/clarkzjw/blog.jinwei.me.git /html && git checkout gh-pages 32RUN git clone https://clarkzjw:$[email protected]/clarkzjw/blog.jinwei.me.git /html && git checkout gh-pages
33 33
34COPY --from=builder /app/_build/html /html 34COPY --from=builder /app/_build/html /html
35 35
Powered by cgit v1.2.3 (git 2.41.0)