diff --git a/.drone.jsonnet b/.drone.jsonnet index 37a22c6..139ac9f 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -81,6 +81,7 @@ local PipelineDocumentation = { settings: { commit_author_email: "shipper@rknet.org", commit_author: "DroneShipper", + remote: "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' }, diff --git a/.drone.yml b/.drone.yml index 5d599c6..c23d74e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -82,6 +82,7 @@ steps: netrc_username: from_secret: gitea_username pages_directory: _docs/ + remote: https://gitea.rknet.org/ansible/xoxys.bitwarden_rs target_branch: docs when: ref: @@ -147,6 +148,6 @@ depends_on: --- kind: signature -hmac: fc64c011f98a679f3369e1d3dc4b8c9e9c978e9924062f807dba9adbd408c980 +hmac: 04323472f96b562d2600908cb0847e96d733f9909d5b276f592bc9192e3e01f2 ...