Merge pull request 'add docs-centralizer CI job' (#4) from 20230111-doccentralizer into master
Reviewed-on: #4
This commit is contained in:
25
.drone.yml
Normal file
25
.drone.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe <https://fsfe.org>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
kind: pipeline
|
||||
name: default
|
||||
type: docker
|
||||
|
||||
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
|
@@ -3,6 +3,9 @@
|
||||
This repository contains all instructions alongside an Ansible playbook to set
|
||||
up staff laptops.
|
||||
|
||||
[](https://docs.fsfe.org/repodocs/staff-laptop/00_README)
|
||||
|
||||
|
||||
## Installation of the OS
|
||||
|
||||
Currently, we use Debian Bullseye. Installation media are available in the Berlin
|
||||
|
Reference in New Issue
Block a user