cd.yaml: call deployment webhook
All checks were successful
Build && Deploy / go build (push) Successful in 16s
All checks were successful
Build && Deploy / go build (push) Successful in 16s
This commit is contained in:
parent
f38ffda7b0
commit
440cdd5a2c
@ -36,3 +36,7 @@ jobs:
|
||||
with:
|
||||
name: botrunner
|
||||
path: app
|
||||
|
||||
- name: Deploy with WebHook
|
||||
# temporary solutino to hardcode artifact url, because upload-artifact's artifact-url gives wrong one
|
||||
run: curl http://${{ secrets.SERVER_ADDR }}/hooks/gongbotgo-deploy?binaryzip='https://git.akulij.ru/akulij/sinkbot/actions/runs/${{ gitea.run_number }}/artifacts/botrunner'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user