Ver Fonte

整合front和ui项目

lujiaming há 5 meses atrás
pai
commit
a9af4cddec
2 ficheiros alterados com 8 adições e 0 exclusões
  1. 1 0
      .gitignore
  2. 7 0
      Makefile

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
 node_modules
 dist
 .idea
+obui

+ 7 - 0
Makefile

@@ -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'