diff --git a/.drone.yml b/.drone.yml index d149d88..97c8ac5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,29 @@ --- +# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe +# +# SPDX-License-Identifier: CC0-1.0 + +# sync the documentation with docs.fsfe.org +kind: pipeline +name: syncdocs + +steps: + - name: push-to-docs + image: git.fsfe.org/fsfe-system-hackers/docs-centralizer:latest + environment: + REPO_NAME: innernet-playbook + SSH_PRIVATE_KEY: + from_secret: docs_bot_private_key + when: + branch: + - master + event: + - push + +# Define the docker host ("drone runner node") on which this will be executed +node: + cont: test +--- kind: pipeline type: docker name: test LDAP connection diff --git a/README.md b/README.md index 41baa22..8b64a63 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![in docs.fsfe.org](https://img.shields.io/badge/in%20docs.fsfe.org-OK-green)](https://docs.fsfe.org/repodocs/innernet-playbook/00_README) + **Table of Contents**