Browse Source

001sync_code.sh

master
lizw 8 months ago
parent
commit
3fd373acdb
  1. 16
      dsl/001sync_code.sh

16
dsl/001sync_code.sh

@ -194,13 +194,15 @@ commit_target() {
git push origin $target_branch git push origin $target_branch
} }
source_pull #source_pull
target_pull #target_pull
source_build #source_build
target_pull #target_pull
sync_files #sync_files
target_build #target_build
commit_target #commit_target
echo "已废弃!!!"
# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/dsl/001sync_code.sh) # bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/dsl/001sync_code.sh)

Loading…
Cancel
Save