docker-alpine-ionic/.drone.yml
surtur 6a14b9d2c7
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2020-10-27 22:37:38 +01:00

30 lines
455 B
YAML

---
kind: pipeline
name: dockerhub-build-trigger
platform:
os: linux
arch: amd64
clone:
disable: true
trigger:
branch:
- master
event:
- push
- cron
steps:
- name: call webhook
pull: always
image: bash:latest
environment:
ENDPOINT:
from_secret: dockerhub_endpoint
commands:
- apk add --no-cache curl
- curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it
- bash ./curl.it $ENDPOINT