cleanup drone config

This commit is contained in:
Robert Kaussow 2020-03-21 14:35:14 +01:00
parent 119fe4cbc1
commit e3acb47f52
2 changed files with 3 additions and 3 deletions

View File

@ -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' },

View File

@ -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
...