This commit is contained in:
parent
f58b49bf31
commit
ee899818d4
@ -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',
|
||||
},
|
||||
|
16
.drone.yml
16
.drone.yml
@ -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
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user