From 6e9c19014d2146d5418b69753db783decb5fe41c Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 5 Mar 2023 10:22:32 -0800 Subject: [PATCH] move deployment to new server --- Jenkinsfile | 2 +- hosts.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d921297..2c2e433 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { ansiblePlaybook( playbook: 'main.yaml', inventory: 'hosts.ini', - credentialsId: 'onedrop-vetinari' + credentialsId: 'igor' ) } // post { diff --git a/hosts.ini b/hosts.ini index 85f1a81..86028d2 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,2 +1,2 @@ [web] -vetinari.dreamfall.space +vimes.dreamfall.space