opengis/.drone.yml
Flook 2370bd9540
Some checks failed
continuous-integration/drone/push Build is failing
ทดสอบ CI/CD
2025-01-31 17:41:34 +07:00

20 lines
469 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: Deploy to Server
image: curlimages/curl:latest
environment:
WEBHOOK_URL:
from_secret: WEBHOOK_URL
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}"
trigger:
branch:
- master