aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-10 21:30:53 +0800
committerclarkzjw <[email protected]>2018-01-10 21:30:53 +0800
commit471c861bf18a0296550756501564c84187841f5b (patch)
treeab30ef36ebe910fbbdcc063fb2e04592a1a12cf6 /Dockerfile
parente99e821050931117f1b36adae51e574bba83ff28 (diff)
downloadblog.jinwei.me-471c861bf18a0296550756501564c84187841f5b.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 8cdcc4a..ee811b5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ WORKDIR /html
27 27
28ENV COMMIT_USER="clarkzjw" 28ENV COMMIT_USER="clarkzjw"
29ENV COMMIT_EMAIL="[email protected]" 29ENV COMMIT_EMAIL="[email protected]"
30ENV GIT_TOKEN="" 30ARG 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
Powered by cgit v1.2.3 (git 2.41.0)