Browse Source

Updated deploys with Ansible+Docker

fooser 7 năm trước cách đây
mục cha
commit
2f95147d1e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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