Explorar o código

Updated deploys with Ansible+Docker

fooser %!s(int64=7) %!d(string=hai) anos
pai
achega
2f95147d1e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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'
             }
         }
     }