From 3536236ab2e3be9cdf9c1a9d89b1aa91cd0abc32 Mon Sep 17 00:00:00 2001 From: s0dy Date: Sat, 17 Nov 2018 23:56:54 +0100 Subject: [PATCH] gitlab-cy.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2a8859..ed51646 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ deploy_to_webserver: - master script: - - echo -e "$ANSIBLE_HOSTS" > /etc/ansible/hosts + - echo -e "$HIFIVE" > /etc/ansible/hosts - cat /etc/ansible/hosts - ansible-playbook ops/ansible/httpd-centos.yml - find / -name ansible.cfg