Browse Source

Updated deploys with Ansible+Docker

fooser 7 years atrás
parent
commit
2f95147d1e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -17,6 +17,7 @@ pipeline {
         stage('Deploy') {
             steps {
                 echo 'Deploying....'
+                sh 'ansible-playbook -i dockerbox, ansible_playbook.yaml'
             }
         }
     }