25 lines
531 B
YAML
25 lines
531 B
YAML
---
|
|
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe <https://fsfe.org>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: push-to-docs
|
|
image: git.fsfe.org/fsfe-system-hackers/docs-centralizer:latest
|
|
environment:
|
|
REPO_NAME: staff-laptop
|
|
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
|