mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
b4a8eaa0a4
commit
cf05c2c6d2
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline{
|
|||
stage ('deployment') {
|
||||
|
||||
steps {
|
||||
sh 'ansible-playbook -i /home/ansible/inventory.yml '
|
||||
sh 'ansible-playbook -i /home/ansible/inventory.yml springpet.yml '
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue