.drone.yml
... ...
@@ -1,24 +0,0 @@
1
----
2
-kind: pipeline
3
-type: docker
4
-
5
-trigger:
6
- branch:
7
- - master
8
-
9
-steps:
10
- - name: build
11
- image: famfo/wiki-ng-sync
12
- commands:
13
- - bash /scripts/sync.sh
14
- environment:
15
- # Gitea access token with repository read
16
- # and write pemissions to wiki and wiki-ng
17
- API_TOKEN:
18
- from_secret: API_KEY
19
-
20
----
21
-kind: signature
22
-hmac: aecbf74e80aa00712ff2d52833db1cc57d67e9cf7dc94f86dc074a94e8e15b04
23
-
24
-...