.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
0e93a886bd
commit
c69a15eccb
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue