cleanup drone config

This commit is contained in:
Robert Kaussow 2020-03-21 14:35:14 +01:00
parent 3555606ad2
commit 05ee876351
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.pve',
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.pve
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: 4ef5d9102fd79157504aac35417e0b66155f3c8e085a2a0ddeab662ec08a8699
hmac: 17672075a3360cc96f10b9047edc1d7db8ab84317d03d0c306d319f554a78881
...