try to fix docs deployment
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-01-21 01:18:16 +01:00
parent f58b49bf31
commit ee899818d4
2 changed files with 13 additions and 13 deletions

View File

@ -79,12 +79,12 @@ local PipelineDocumentation = {
name: 'publish',
image: 'plugins/gh-pages:latest',
settings: {
commit_author_email: "shipper@rknet.org",
commit_author: "DroneShipper",
remote: "https://gitea.rknet.org/ansible/xoxys.bitwarden_rs",
user_email: "shipper@rknet.org",
user_name: "DroneShipper",
remote_url: "https://gitea.rknet.org/ansible/xoxys.bitwarden_rs",
netrc_machine: "gitea.rknet.org",
netrc_username: { from_secret: 'gitea_username' },
netrc_password: { from_secret: 'gitea_token' },
username: { from_secret: 'gitea_username' },
password: { from_secret: 'gitea_token' },
pages_directory: '_docs/',
target_branch: 'docs',
},

View File

@ -74,16 +74,16 @@ steps:
- name: publish
image: plugins/gh-pages:latest
settings:
commit_author: DroneShipper
commit_author_email: shipper@rknet.org
netrc_machine: gitea.rknet.org
netrc_password:
from_secret: gitea_token
netrc_username:
from_secret: gitea_username
pages_directory: _docs/
remote: https://gitea.rknet.org/ansible/xoxys.bitwarden_rs
password:
from_secret: gitea_token
remote_url: https://gitea.rknet.org/ansible/xoxys.bitwarden_rs
target_branch: docs
user_email: shipper@rknet.org
user_name: DroneShipper
username:
from_secret: gitea_username
when:
ref:
- refs/heads/master
@ -148,6 +148,6 @@ depends_on:
---
kind: signature
hmac: 04323472f96b562d2600908cb0847e96d733f9909d5b276f592bc9192e3e01f2
hmac: 72a888d3147acdd20d7e264f7fa912cc72d86582cf1e795e09c73292382c2deb
...