move builder
Some checks failed
git.dreamfall.space/morgan.mcmillian.dev/pipeline/head There was a failure building this commit
Some checks failed
git.dreamfall.space/morgan.mcmillian.dev/pipeline/head There was a failure building this commit
This commit is contained in:
parent
b3d4f99dca
commit
798f5c3f8d
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -14,7 +14,7 @@ pipeline {
|
|||
}
|
||||
stage('Execute playbook') {
|
||||
steps {
|
||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor")
|
||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deply")
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[web]
|
||||
aughra.dreamfall.space
|
||||
uryod
|
||||
|
|
Loading…
Reference in a new issue