From 226e732db5a4bde0a643a46ae27b3aa3cf5070d0 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 8 Sep 2024 11:56:47 -0700 Subject: [PATCH] move deployment --- Jenkinsfile | 4 ++-- hosts.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6526ca9..977aaea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent none environment { - CHAT = "morgan@mcmillian.dev" + CHAT = "spacenerdmo@clacks.network" MAIL = "morgan@mcmillian.dev" ANSIBLE_HOST_KEY_CHECKING = "False" } @@ -9,7 +9,7 @@ pipeline { stage('Execute playbook') { agent { label 'ansible' } steps { - ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor") + ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deploy") } 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