slfdkj
All checks were successful
Build && Deploy / cargo build (push) Successful in 53s

This commit is contained in:
Akulij 2025-05-04 03:56:35 +03:00
parent 90c9a77965
commit 8b34595c76

View File

@ -63,7 +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 }}" - 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 }}