cd.yaml: call deployment webhook
All checks were successful
Build && Deploy / go build (push) Successful in 16s

This commit is contained in:
Akulij 2025-05-05 20:14:04 +03:00
parent f38ffda7b0
commit 440cdd5a2c

View File

@ -36,3 +36,7 @@ jobs:
with: with:
name: botrunner name: botrunner
path: app 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'