gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-18 00:14:19 +01:00
parent 3054f96cc8
commit 6aea0fa0df

View File

@ -24,7 +24,7 @@ deploy_to_webserver:
- master - master
script: script:
- echo -e "$HIFIVE" > /etc/ansible/hosts - echo -e "$ANSIBLE_HIFIVE_HOSTS" > /etc/ansible/hosts
- ansible-playbook ops/ansible/httpd-centos.yml - ansible-playbook ops/ansible/httpd-centos.yml
when: manual when: manual