cleanup drone config

This commit is contained in:
Robert Kaussow 2020-03-21 14:35:14 +01:00
parent 94d8765019
commit bbbbbe785d
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.network',
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.network
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: 4609815a94d42e8cd84f859ae83aa74443e8c4714bc1d536286e227012edb501
hmac: 8a982fa72d9de94831d82c2c4bd17ceab5114a9d912a933818333791e8194cf7
...