mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-12 08:21:45 +00:00
2020-03-05 22:13:57
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -6,7 +6,6 @@ on:
|
||||
branchs:
|
||||
- master
|
||||
- test
|
||||
- dev
|
||||
ignore-paths:
|
||||
- '.github'
|
||||
- 'README.md'
|
||||
@@ -25,6 +24,9 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Sync Code
|
||||
run: git push http://${GL_TOKEN}@${GL_URL}/monlor/mixbox.git `basename ${BRANCH_NAME}`:`basename ${BRANCH_NAME}`
|
||||
|
||||
- name: Pack And Deploy
|
||||
run: |
|
||||
bash ./tools/gitsync.sh pack
|
||||
|
||||
Reference in New Issue
Block a user