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
|
||||
type: docker
|
||||
name: test LDAP connection
|
||||
|
Loading…
Reference in New Issue
Block a user