mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-04-27 13:11:07 +00:00
Compare commits
3 Commits
dev-202003
...
test-20200
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b988da9396 | ||
|
|
691a5d34ff | ||
|
|
b06c2cf086 |
3
.github/workflows/deploy.yaml
vendored
3
.github/workflows/deploy.yaml
vendored
@@ -20,6 +20,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BRANCH_NAME: master
|
BRANCH_NAME: master
|
||||||
run: |
|
run: |
|
||||||
|
git fetch origin ${BRANCH_NAME}
|
||||||
git checkout ${BRANCH_NAME}
|
git checkout ${BRANCH_NAME}
|
||||||
bash ./tools/gitsync.sh pack
|
bash ./tools/gitsync.sh pack
|
||||||
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF}
|
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF}
|
||||||
@@ -35,6 +36,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BRANCH_NAME: test
|
BRANCH_NAME: test
|
||||||
run: |
|
run: |
|
||||||
|
git fetch origin ${BRANCH_NAME}
|
||||||
git checkout ${BRANCH_NAME}
|
git checkout ${BRANCH_NAME}
|
||||||
bash ./tools/gitsync.sh pack
|
bash ./tools/gitsync.sh pack
|
||||||
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF}
|
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF}
|
||||||
@@ -50,6 +52,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BRANCH_NAME: dev
|
BRANCH_NAME: dev
|
||||||
run: |
|
run: |
|
||||||
|
git fetch origin ${BRANCH_NAME}
|
||||||
git checkout ${BRANCH_NAME}
|
git checkout ${BRANCH_NAME}
|
||||||
bash ./tools/gitsync.sh pack
|
bash ./tools/gitsync.sh pack
|
||||||
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF}
|
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF}
|
||||||
|
|||||||
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -1,6 +1,18 @@
|
|||||||
name: Main-CI
|
name: Main-CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
# on: [push, pull_request]
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branchs:
|
||||||
|
- master
|
||||||
|
- test
|
||||||
|
- dev
|
||||||
|
ignore-paths:
|
||||||
|
- '.github'
|
||||||
|
- 'README.md'
|
||||||
|
pull_request:
|
||||||
|
branchs:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
|
|||||||
1
.github/workflows/test.yaml
vendored
1
.github/workflows/test.yaml
vendored
@@ -20,6 +20,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BRANCH_NAME: test
|
BRANCH_NAME: test
|
||||||
run: |
|
run: |
|
||||||
|
git fetch origin ${BRANCH_NAME}
|
||||||
git checkout ${BRANCH_NAME}
|
git checkout ${BRANCH_NAME}
|
||||||
bash ./tools/gitsync.sh pack
|
bash ./tools/gitsync.sh pack
|
||||||
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF}
|
bash ./tools/gitsync.sh deploy mbfiles ${BRANCH_NAME} ${GH_REF}
|
||||||
|
|||||||
Reference in New Issue
Block a user