2020-03-05 19:33:09

This commit is contained in:
monlor
2020-03-05 19:33:09 +08:00
parent 2e0f81be7a
commit 03c5446544
7 changed files with 65 additions and 53 deletions

View File

@@ -15,5 +15,5 @@ jobs:
- name: Pack And Deploy
run: |
bash ./tools/gitsync.sh pack
bash -x ./tools/gitsync.sh deploy mbfiles `git branch | awk '$1 == "*"{print $2}'` ${GH_REF}
bash -x ./tools/gitsync.sh deploy mbfiles `git branch | awk '$1 == "*"{print $2}'` ${CO_REF}
bash ./tools/gitsync.sh deploy mbfiles `git branch | awk '$1 == "*"{print $2}'` ${GH_REF}
bash ./tools/gitsync.sh deploy mbfiles `git branch | awk '$1 == "*"{print $2}'` ${CO_REF}