2020-03-05 22:20:46

This commit is contained in:
monlor
2020-03-05 22:20:46 +08:00
parent 6a5292033b
commit b4171b97dc

View File

@@ -5,6 +5,9 @@ on:
push: push:
branchs: branchs:
- dev - dev
ignore-branchs:
- test
- master
ignore-paths: ignore-paths:
- '.github' - '.github'
- 'README.md' - 'README.md'
@@ -22,6 +25,7 @@ jobs:
- name: Pack And Deploy - name: Pack And Deploy
run: | run: |
git checkout ${BRANCH_NAME}
bash ./tools/gitsync.sh pack bash ./tools/gitsync.sh pack
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} http://${GL_TOKEN}@${GL_URL}/monlor/mbfiles.git bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} http://${GL_TOKEN}@${GL_URL}/monlor/mbfiles.git