ทดสอบ CI/CD
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Flook 2025-01-31 11:08:36 +07:00
parent 720cb93127
commit 952c4fd143

View File

@ -20,5 +20,6 @@ steps:
from_secret: WEBHOOK_URL
WEBHOOK_SECRET:
from_secret: WEBHOOK_SECRET
BRANCH_NAME: "master"
commands:
- 'curl -X POST "$WEBHOOK_URL" -H "Authorization: Bearer $WEBHOOK_SECRET"'
- 'curl -X POST "$WEBHOOK_URL" -H "Authorization: Bearer $WEBHOOK_SECRET" -F "branch=$BRANCH_NAME"'