oopse it does not push to prod right
Some checks failed
/ Build BaseBand (push) Has been cancelled

This commit is contained in:
Daniella / Tove 2024-10-14 12:58:26 +02:00
parent 2cf3056cd7
commit 50fbc4c99c
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -71,7 +71,9 @@ jobs:
BB_HOST: ${{ vars.BB_HOST }} BB_HOST: ${{ vars.BB_HOST }}
BB_PORT: ${{ vars.BB_PORT }} BB_PORT: ${{ vars.BB_PORT }}
BB_PATH: ${{ vars.BB_PATH }} 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 - name: Push release to Prod Server
if: github.ref == 'refs/heads/release' # !! ONLY RELEASE if: github.ref == 'refs/heads/release' # !! ONLY RELEASE
env: env: