gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-17 22:00:09 +01:00
parent 41aa43910f
commit 509011612f

View File

@ -17,8 +17,7 @@ deploy_to_webserver:
script:
- mkdir /etc/ansible
- echo -e "$ANSIBLE_HOSTS" > /etc/ansible/hosts
- cat /etc/ansible/hosts
- ansible-playbook -i ops/ansible/httpd-centos.yml
- ansible-playbook ops/ansible/httpd-centos.yml
when: manual