更新koolproxy

This commit is contained in:
monlor
2020-09-08 21:37:55 +08:00
parent bef98a5988
commit b254b48697
10 changed files with 123 additions and 131 deletions

View File

@@ -23,16 +23,16 @@ env:
GH_REF: ${{ secrets.GH_REF }}
jobs:
coding-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Deploy To Coding
run: |
test ! -d mbfiles && git clone -b `basename ${BRANCH_NAME}` ${CO_REF}
./tools/gitsync.sh pack
./tools/gitsync.sh deploy_lfs mbfiles `basename ${BRANCH_NAME}` ${CO_REF}
# coding-deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@master
# - name: Deploy To Coding
# run: |
# test ! -d mbfiles && git clone -b `basename ${BRANCH_NAME}` ${CO_REF}
# ./tools/gitsync.sh pack
# ./tools/gitsync.sh deploy_lfs mbfiles `basename ${BRANCH_NAME}` ${CO_REF}
github-deploy:
runs-on: ubuntu-latest