mirror of
https://git.fsfe.org/fsfe-system-hackers/innernet-playbook.git
synced 2024-11-21 22:23:10 +01:00
add docs-centralizer CI job
This commit is contained in:
parent
22bb71d997
commit
7854b58ad5
25
.drone.yml
25
.drone.yml
@ -1,4 +1,29 @@
|
|||||||
---
|
---
|
||||||
|
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe <https://fsfe.org>
|
||||||
|
#
|
||||||
|
# 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
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: test LDAP connection
|
name: test LDAP connection
|
||||||
|
@ -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)
|
||||||
|
|
||||||
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
|
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
|
||||||
|
|
||||||
**Table of Contents**
|
**Table of Contents**
|
||||||
|
Loading…
Reference in New Issue
Block a user