move deployment
This commit is contained in:
parent
a27631c793
commit
226e732db5
2 changed files with 3 additions and 3 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -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 {
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[web]
|
[web]
|
||||||
aughra.dreamfall.space
|
uryod
|
||||||
|
|
Loading…
Reference in a new issue