move deployment
All checks were successful
git.dreamfall.space/mcmillian.us/pipeline/head This commit looks good
All checks were successful
git.dreamfall.space/mcmillian.us/pipeline/head This commit looks good
This commit is contained in:
parent
418773179d
commit
465105e033
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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 {
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[web]
|
[web]
|
||||||
aughra.dreamfall.space
|
uryod
|
||||||
|
|
Loading…
Reference in a new issue