2020-03-06 14:41:07

This commit is contained in:
monlor
2020-03-06 14:41:07 +08:00
parent e4f5c1acee
commit 9047504b18
3 changed files with 80 additions and 4 deletions

View File

@@ -6,10 +6,6 @@ on:
branchs:
- master
- test
tags-ignore:
- deploy-*
- test-*
- master-*
ignore-paths:
- '.github'
- 'README.md'
@@ -30,6 +26,7 @@ jobs:
- name: Pack And Deploy
run: |
git clone -b `basename ${BRANCH_NAME}` ${GH_REF}
bash ./tools/gitsync.sh pack
bash ./tools/gitsync.sh deploy mbfiles `basename ${BRANCH_NAME}` ${GH_REF}
bash ./tools/gitsync.sh deploy mbfiles `basename ${BRANCH_NAME}` ${CO_REF}