@@ -1,3 +1,4 @@
node_modules
dist
.idea
+obui
@@ -81,6 +81,13 @@ docker-push-with-ui:
docker tag ${DOCKER_IMAGE_NAME} ${DOCKER_REMOTE_IMAGE_NAME}
docker push ${DOCKER_REMOTE_IMAGE_NAME}
+pull:
+ git pull
+ cd obui && git pull
+
+init-obui:
+ git clone http://git.cestong.com.cn/cecf/observe-front-ui.git obui
deploy: docker-push
ssh km1 'kubectl rollout restart deployment obf -n observe'