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