cd.yaml: fix hook formating
All checks were successful
Build && Deploy / cargo build (push) Successful in 53s

This commit is contained in:
Akulij 2025-05-04 03:52:32 +03:00
parent 8a1fabeae7
commit a39f089d63

View File

@ -64,4 +64,4 @@ jobs:
path: target/x86_64-unknown-linux-gnu/release/gongbotrs
- 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 }}