.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles 2020-07-28 18:43:54 +01:00
parent 0e93a886bd
commit c69a15eccb
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
local publicSecrets = [ local publicSecrets = [
'ssh-host', 'ssh-host',
'ssh-user', 'ssh-user',
'ssh-root-user',
'ssh-root-password'
]; ];
local secretSecrets = [ local secretSecrets = [
'ssh-passwoprd', 'ssh-passwoprd',
@ -230,8 +232,8 @@ local images = {
envs +: [ envs +: [
'o', 'o',
], ],
username: util.fromSecret("ssh-root-user"), //username: util.fromSecret("ssh-root-user"),
password: util.fromSecret("ssh-root-password"), //password: util.fromSecret("ssh-root-password"),
script +: [ script +: [
'set -e', 'set -e',
'echo go', 'echo go',