fix typo in credential id
All checks were successful
git.dreamfall.space/morgan.mcmillian.dev/pipeline/head This commit looks good

This commit is contained in:
Morgan McMillian 2024-09-08 08:53:51 -07:00
parent 798f5c3f8d
commit 37d62ef1e6

2
Jenkinsfile vendored
View file

@ -14,7 +14,7 @@ pipeline {
} }
stage('Execute playbook') { stage('Execute playbook') {
steps { steps {
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply") ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deploy")
} }
post { post {
success { success {