zyx 2 lat temu
rodzic
commit
6510ada99b
2 zmienionych plików z 6 dodań i 0 usunięć
  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