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

This commit is contained in:
Flook 2025-01-31 17:44:36 +07:00
parent 2370bd9540
commit 358deb7710

View File

@ -11,9 +11,7 @@ steps:
WEBHOOK_SECRET:
from_secret: WEBHOOK_SECRET
commands:
- echo "Deploying to server..."
- echo "$WEBHOOK_URL"
- "curl -X POST -H 'Content-Type: application/json' -H 'Authorization: Bearer ${WEBHOOK_SECRET}' ${WEBHOOK_URL}"
- 'curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $WEBHOOK_SECRET" "$WEBHOOK_URL"'
trigger:
branch: