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:
|
||||
branchs:
|
||||
- dev
|
||||
ignore-branchs:
|
||||
- test
|
||||
- master
|
||||
ignore-paths:
|
||||
- '.github'
|
||||
- 'README.md'
|
||||
@@ -22,6 +25,7 @@ jobs:
|
||||
|
||||
- name: Pack And Deploy
|
||||
run: |
|
||||
git checkout ${BRANCH_NAME}
|
||||
bash ./tools/gitsync.sh pack
|
||||
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} http://${GL_TOKEN}@${GL_URL}/monlor/mbfiles.git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user