From 798f5c3f8ddf0672ad0d3b99d507a071be399189 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 8 Sep 2024 08:30:57 -0700 Subject: [PATCH] move builder --- Jenkinsfile | 2 +- hosts.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d902a01..7d98d68 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { } stage('Execute playbook') { steps { - ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor") + ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply") } post { success { diff --git a/hosts.ini b/hosts.ini index 4dcdaa9..7bf30aa 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,2 +1,2 @@ [web] -aughra.dreamfall.space +uryod