update SPLServer
This commit is contained in:
parent
2458bcdb0f
commit
be2750c4dd
1 changed files with 3 additions and 2 deletions
|
@ -32,8 +32,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: |
|
run: |
|
||||||
bash scripts/push_file.sh SimpleServer/*
|
bash scripts/push_file.sh SimpleServer/index.html
|
||||||
|
bash scripts/push_file.sh SimpleServer/server.spl
|
||||||
- name: Notify Action Completion
|
- name: Notify Action Completion
|
||||||
if: always()
|
if: always()
|
||||||
run: bash scripts/webhook.sh "**(SPLServer)** Build Action Completed"
|
run: bash scripts/webhook.sh "**(SPLServer)** Build Action Completed"
|
||||||
|
|
Loading…
Add table
Reference in a new issue