cleanup drone config
This commit is contained in:
parent
94d8765019
commit
bbbbbe785d
@ -43,7 +43,7 @@ local PipelineDocumentation = {
|
|||||||
name: 'publish',
|
name: 'publish',
|
||||||
image: 'plugins/gh-pages',
|
image: 'plugins/gh-pages',
|
||||||
settings: {
|
settings: {
|
||||||
remote_url: 'https://gitea.rknet.org/ansible/xoxys.network',
|
remote_url: 'https://gitea.rknet.org/ansible/${DRONE_REPO_NAME}',
|
||||||
netrc_machine: 'gitea.rknet.org',
|
netrc_machine: 'gitea.rknet.org',
|
||||||
username: { from_secret: 'gitea_username' },
|
username: { from_secret: 'gitea_username' },
|
||||||
password: { from_secret: 'gitea_token' },
|
password: { from_secret: 'gitea_token' },
|
||||||
|
@ -44,7 +44,7 @@ steps:
|
|||||||
pages_directory: _docs/
|
pages_directory: _docs/
|
||||||
password:
|
password:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
remote_url: https://gitea.rknet.org/ansible/xoxys.network
|
remote_url: https://gitea.rknet.org/ansible/${DRONE_REPO_NAME}
|
||||||
target_branch: docs
|
target_branch: docs
|
||||||
username:
|
username:
|
||||||
from_secret: gitea_username
|
from_secret: gitea_username
|
||||||
@ -112,6 +112,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 4609815a94d42e8cd84f859ae83aa74443e8c4714bc1d536286e227012edb501
|
hmac: 8a982fa72d9de94831d82c2c4bd17ceab5114a9d912a933818333791e8194cf7
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user