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 {
|
||||
agent none
|
||||
environment {
|
||||
CHAT = "morgan@mcmillian.dev"
|
||||
CHAT = "spacenerdmo@clacks.network"
|
||||
MAIL = "morgan@mcmillian.dev"
|
||||
ANSIBLE_HOST_KEY_CHECKING = "False"
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ pipeline {
|
|||
stage('Execute playbook') {
|
||||
agent { label 'ansible' }
|
||||
steps {
|
||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "igor")
|
||||
ansiblePlaybook(playbook: "main.yaml", inventory: "hosts.ini", credentialsId: "website-deploy")
|
||||
}
|
||||
post {
|
||||
success {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[web]
|
||||
aughra.dreamfall.space
|
||||
uryod
|
||||
|
|
Loading…
Reference in a new issue