mirror of
https://git.dn42.dev/wiki/wiki.git
synced 2024-11-23 07:43:29 +01:00
25 lines
418 B
YAML
25 lines
418 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
|
|
trigger:
|
|
branch:
|
|
- master
|
|
|
|
steps:
|
|
- name: build
|
|
image: famfo/wiki-ng-sync
|
|
commands:
|
|
- bash /scripts/sync.sh
|
|
environment:
|
|
# Gitea access token with repository read
|
|
# and write pemissions to wiki and wiki-ng
|
|
API_TOKEN:
|
|
from_secret: API_KEY
|
|
|
|
---
|
|
kind: signature
|
|
hmac: aecbf74e80aa00712ff2d52833db1cc57d67e9cf7dc94f86dc074a94e8e15b04
|
|
|
|
...
|