Explorar el Código

上传文件至 ''

hanwenlong hace 1 año
padre
commit
d4f89801ca
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      push.sh

+ 8 - 0
push.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+
+release=$1
+
+[ ! -n "$release" ] && exit 1
+
+docker build -t xyxiaochengxv-registry-vpc.cn-beijing.cr.aliyuncs.com/xyxiaochengxv/qipai-manage-server:${release} .
+docker push xyxiaochengxv-registry-vpc.cn-beijing.cr.aliyuncs.com/xyxiaochengxv/qipai-manage-server:${release}