This commit is contained in:
parent
2cf3056cd7
commit
50fbc4c99c
1 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,9 @@ jobs:
|
|||
BB_HOST: ${{ vars.BB_HOST }}
|
||||
BB_PORT: ${{ vars.BB_PORT }}
|
||||
BB_PATH: ${{ vars.BB_PATH }}
|
||||
run: bash scripts/push_file.sh Client/build/proguard/BaseBand-main.jar 3849
|
||||
run: |
|
||||
bash scripts/push_file.sh Client/build/proguard/BaseBand-main.jar 3849
|
||||
curl $BB_HOST:40002/refresh
|
||||
- name: Push release to Prod Server
|
||||
if: github.ref == 'refs/heads/release' # !! ONLY RELEASE
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue