This commit is contained in:
Akulij 2025-05-04 03:55:39 +03:00
parent a39f089d63
commit 90c9a77965

View File

@ -63,5 +63,7 @@ jobs:
name: botrunner name: botrunner
path: target/x86_64-unknown-linux-gnu/release/gongbotrs path: target/x86_64-unknown-linux-gnu/release/gongbotrs
- run: echo "Uploaded artifact, URL: ${{ steps.bot-artifact.outputs.artifact-url }}"
- name: Deploy with WebHook - name: Deploy with WebHook
run: curl http://${{ secrets.SERVER_ADDR }}/hooks/gongbot-deploy?binaryzip=${{ steps.bot-artifact.outputs.artifact-url }} run: curl http://${{ secrets.SERVER_ADDR }}/hooks/gongbot-deploy?binaryzip=${{ steps.bot-artifact.outputs.artifact-url }}