소스 검색

Updated deploys with Ansible+Docker

fooser 7 년 전
부모
커밋
2f95147d1e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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'
             }
         }
     }