move deployment
Some checks failed
thrrgilag/mcmillian.dev/pipeline/head There was a failure building this commit
git.dreamfall.space/mcmillian.dev/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-09-08 11:56:47 -07:00
parent a27631c793
commit 226e732db5
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline { pipeline {
agent none agent none
environment { environment {
CHAT = "morgan@mcmillian.dev" CHAT = "spacenerdmo@clacks.network"
MAIL = "morgan@mcmillian.dev" MAIL = "morgan@mcmillian.dev"
ANSIBLE_HOST_KEY_CHECKING = "False" ANSIBLE_HOST_KEY_CHECKING = "False"
} }
@ -9,7 +9,7 @@ pipeline {
stage('Execute playbook') { stage('Execute playbook') {
agent { label 'ansible' } agent { label 'ansible' }
steps { steps {
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor") ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deploy")
} }
post { post {
success { success {

View file

@ -1,2 +1,2 @@
[web] [web]
aughra.dreamfall.space uryod