move password htpasswd file to private folder
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-05 10:47:53 +01:00
parent 50572925b1
commit 76d77b689e
2 changed files with 1 additions and 1 deletions

View File

@@ -70,7 +70,7 @@
settings: { settings: {
host: 'pb42.de', host: 'pb42.de',
target: '/', target: '/',
source: 'api_passwords', source: 'private/api_passwords',
username: { username: {
from_secret: 'deploy_username', from_secret: 'deploy_username',
}, },