moloryb
All checks were successful
gitea.arg.rip/deployment/pipeline/head This commit looks good

i know I went to HS with a girl called "mallory". you can tell i'm L O S T because I'm like "what's she up to these days?" but can't remember anything other than she exists and has that name. Pretty sure black hair? lmao
This commit is contained in:
adam 2024-11-21 00:13:06 -05:00
parent 3ab5269f40
commit 7130f70aaf

View File

@ -11,7 +11,7 @@ pipeline {
pw_productiondatabase=""
pw_developmentdatabase=""
SUDOER=credentials('') //going to be set based on target host
SUDOERSSH=credentials('')
SUDOERSSH=credentials('2c48e1a9-22b2-455c-9959-6b29e86d3fb5')
JENKINS=credentials('68391381-e095-4b47-b956-d23055b0808e')
}
stages {
@ -28,7 +28,8 @@ pipeline {
switch (targetHost) {
case "alloces.lan":
SUDOER=credentials('a674f816-2b35-4d60-ba60-7b66e86f3c5c')
SUDOERSSH=credentials('2c48e1a9-22b2-455c-9959-6b29e86d3fb5')
case "moloryb.lan":
SUDOER=credentials('1f3b965e-bcc0-4074-99f2-b64dddbf7de7')
break
default:
error("target host not recognized. btw: yes .lan, all lowercase.")