do not write resticPassword to secrets.json
continuous-integration/drone/push Build is failing Details

jsonnet
Alexander 2023-12-16 09:44:02 +04:00
parent d4e33a9639
commit f3e19457ee
1 changed files with 1 additions and 2 deletions

View File

@ -73,8 +73,7 @@ genSecrets() {
"adminPassword": "$USER_PASS",
"databasePassword": "$USER_PASS"
}
},
"resticPassword": "$USER_PASS"
}
}
EOF
}