From 6aea0fa0df2eac3d094369212158b10d5e488f17 Mon Sep 17 00:00:00 2001 From: s0dy Date: Sun, 18 Nov 2018 00:14:19 +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 3e6ec5d..f59df08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ deploy_to_webserver: - master script: - - echo -e "$HIFIVE" > /etc/ansible/hosts + - echo -e "$ANSIBLE_HIFIVE_HOSTS" > /etc/ansible/hosts - ansible-playbook ops/ansible/httpd-centos.yml when: manual