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

This commit is contained in:
Flook 2025-01-31 23:10:45 +07:00
parent 71082bf284
commit 54f2cb8b24

View File

@ -10,7 +10,5 @@ steps:
from_secret: WEBHOOK_URL from_secret: WEBHOOK_URL
WEBHOOK_SECRET: WEBHOOK_SECRET:
from_secret: WEBHOOK_SECRET from_secret: WEBHOOK_SECRET
BRANCH:
from_secret: BRANCH
commands: commands:
- 'curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $WEBHOOK_SECRET" -d "{\"branch\":\"master\"}" "$WEBHOOK_URL"' - 'curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $WEBHOOK_SECRET" -d "{\"branch\":\"master\"}" "$WEBHOOK_URL"'