Sfoglia il codice sorgente

Updated deploys with Ansible+Docker

fooser 7 anni fa
parent
commit
2f95147d1e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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'
             }
         }
     }