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

This commit is contained in:
Flook 2025-01-31 11:22:40 +07:00
parent 246f6cf250
commit cbdf2f4f92

View File

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