Skip to content

Commit

Permalink
Restore docs deploy hook (#10838)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsc authored Mar 4, 2022
1 parent 979cde5 commit 64711d9
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 @@ -5055,6 +5084,6 @@ volumes:
name: drone-s3-debrepo-pvc
---
kind: signature
hmac: 85f206a2cb1cb44bc8ee0118fed464578af3cf117ca7d418f44293dbf0b44109
hmac: f69247ca2ff335bc8902d8de0a67581ccfdc2d1cf210cf41d4bcd7884f5c8d95

...

0 comments on commit 64711d9

Please sign in to comment.