move deployment
All checks were successful
git.dreamfall.space/mcmillian.us/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-09-08 11:53:46 -07:00
parent 418773179d
commit 465105e033
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

@ -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