Skip to content

Commit

Permalink
add docker pip
Browse files Browse the repository at this point in the history
  • Loading branch information
javierblancoNS committed Dec 24, 2021
1 parent 62f631a commit 25bd802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ deploy_prod:
script:
- git clone https://${GL_USER}:${GL_TOKEN}@gitlab.com/natural-solutions/ns-ansible-infrastructure.git
- cd ns-ansible-infrastructure
- pip install docker
- echo ${VAULT_PASSWORD_KEY} > password-file
- ansible-vault decrypt --vault-password-file password-file k
- ansible-playbook -i hosts -l ecoteka_prod --vault-password-file password-file deploy.yml
Expand Down

0 comments on commit 25bd802

Please sign in to comment.