zyx %!s(int64=2) %!d(string=hai) anos
pai
achega
6510ada99b
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  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