cleanup drone config

This commit is contained in:
Robert Kaussow 2020-03-21 14:35:14 +01:00
parent 7bd4c50f8e
commit 2ee043ccf3
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.update',
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.update
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: 99f7fb114acb205ff12e678c0716c231927be99e89bfa60e7c5f4696623d3ad1
hmac: ed9b49c199f205251fc274b78cf6fb72293ac774a36e92494ed566c3cb0a366e
...