diff --git a/.drone.jsonnet b/.drone.jsonnet index 4289865..aff5b65 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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' }, diff --git a/.drone.yml b/.drone.yml index be1e6ba..f914be9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...