zyx 2 years ago
parent
commit
6510ada99b
2 changed files with 6 additions and 0 deletions
  1. 2 0
      build.sh
  2. 4 0
      push.sh

+ 2 - 0
build.sh

@@ -0,0 +1,2 @@
+cargo build --release
+docker build  -t registry.cn-chengdu.aliyuncs.com/cxzx-test/rust-docker:0.1 .

+ 4 - 0
push.sh

@@ -0,0 +1,4 @@
+git pull
+git add .
+git commit -m 'c'
+git push