Use proper vault access keys
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-14 15:22:18 +02:00
parent 8140d191cc
commit b2f1cc496a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ vars:
domain: "punkbase.autonomic.zone"
http_mirror: "true"
port: "8085"
webapi_password: "{{ config.vault.webapi_password }}"
webapi_username: "{{ config.vault.webapi_username }}"
webapi_password: "{{ vault.webapi_password }}"
webapi_username: "{{ vault.webapi_username }}"
dats:
# https://sunbeam.city/@kawaiipunk/103883932490360099
- "dat://c403b7c92eb5e1b2c293425ee6623635be11211977787053e9797e94b958e6e0"

View File

@ -6,8 +6,8 @@ dashboard: {{ config.vars.dashboard }}
webapi:
domain: {{ config.vars.domain }}
username: {{ config.vault.webapi_username }}
password: {{ config.vault.webapi_password }}
username: {{ vault.webapi_username }}
password: {{ vault.webapi_password }}
ports:
http: {{ config.vars.port }}