move deployment to new server
All checks were successful
dreamfall/morgan.mcmillian.dev/pipeline/head This commit looks good
All checks were successful
dreamfall/morgan.mcmillian.dev/pipeline/head This commit looks good
This commit is contained in:
parent
2c61c2b904
commit
6e9c19014d
2 changed files with 2 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
ansiblePlaybook(
|
ansiblePlaybook(
|
||||||
playbook: 'main.yaml',
|
playbook: 'main.yaml',
|
||||||
inventory: 'hosts.ini',
|
inventory: 'hosts.ini',
|
||||||
credentialsId: 'onedrop-vetinari'
|
credentialsId: 'igor'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// post {
|
// post {
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
[web]
|
[web]
|
||||||
vetinari.dreamfall.space
|
vimes.dreamfall.space
|
||||||
|
|
Loading…
Reference in a new issue