Update publish script

This commit is contained in:
Vincent Fiduccia
2018-04-13 11:02:21 -07:00
parent c04dffe133
commit 596e54ab63
+2 -2
View File
@@ -11,7 +11,7 @@ fi
echo "Pulling Theme..." && \
docker pull rancherlabs/website-theme:latest && \
echo "Building Image..." && \
docker build -t rancherlabs/website:latest . && \
docker build -t rancher/docs:latest . && \
echo "Pushing Image..." && \
docker push rancherlabs/website:latest && \
docker push rancher/docs:latest && \
echo "OK"