.
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 = [
'ssh-host',
'ssh-user',
'ssh-root-user',
'ssh-root-password'
];
local secretSecrets = [
'ssh-passwoprd',
@ -230,8 +232,8 @@ local images = {
envs +: [
'o',
],
username: util.fromSecret("ssh-root-user"),
password: util.fromSecret("ssh-root-password"),
//username: util.fromSecret("ssh-root-user"),
//password: util.fromSecret("ssh-root-password"),
script +: [
'set -e',
'echo go',