mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
2020-03-05 22:20:46
This commit is contained in:
4
.github/workflows/dev.yaml
vendored
4
.github/workflows/dev.yaml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user