From 9faf86302eac84995de47c678e43167a01e271cc Mon Sep 17 00:00:00 2001 From: Giles Date: Tue, 28 Jul 2020 18:49:04 +0100 Subject: [PATCH] . --- .drone-home.jsonnet | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone-home.jsonnet b/.drone-home.jsonnet index 57f8d1e..ad2738f 100644 --- a/.drone-home.jsonnet +++ b/.drone-home.jsonnet @@ -2,10 +2,9 @@ local publicSecrets = [ 'ssh-host', 'ssh-user', 'ssh-root-user', - 'ssh-root-password' ]; local secretSecrets = [ - 'ssh-passwoprd', + 'ssh-password', ]; local util = { // the head of an array @@ -205,7 +204,7 @@ local images = { function(s) function(step) step { settings +: { script +: [ - 'echo "export %(environment)s=\'$${%(environment)s}\'" >> %(file)s # "%(secret)s"' % { + 'echo "export %(environment)s=\'$${%(environment)s}\'' % { environment: util.environment(s), file: 'thisfile', secret: util.secret(s),