Skip to content

Commit

Permalink
Restore docs deply hook (#10839)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsc authored Mar 4, 2022
1 parent 4de88c4 commit 5b3e5b0
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
---
kind: pipeline
type: kubernetes
name: update-docs-webhook

trigger:
event:
include:
- push
exclude:
- pull_request
branch:
include:
- master
- branch/*
repo:
include:
- gravitational/teleport

clone:
disable: true

steps:
- name: Trigger docs deployment
image: plugins/webhook
settings:
urls:
from_secret: DOCS_DEPLOY_HOOK

---
################################################
# Generated using dronegen, do not edit by hand!
Expand Down Expand Up @@ -5220,6 +5249,6 @@ volumes:
name: drone-s3-debrepo-pvc
---
kind: signature
hmac: c86a7ce07ccdd38eb5e3e458b357d71592f8bda3401cd630774bbc0fbeeadecb
hmac: 540fe3bdd610d91a1d3e3b52b6f4de1e0fd2b13ca78fc40a856f64abb3882db7

...

0 comments on commit 5b3e5b0

Please sign in to comment.