From 964f4c7705db1687d708f894a355445a7fe8aee3 Mon Sep 17 00:00:00 2001 From: s0dy Date: Sun, 18 Nov 2018 15:05:12 +0100 Subject: [PATCH] gitlab-cy.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b24eef..049f353 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,8 @@ deploy_to_webserver: - master script: + - pwd - echo -e "$ANSIBLE_HIFIVE_HOSTS" > /etc/ansible/hosts - - ansible-playbook ansible-ci.yml + - ansible-playbook .ansible-ci.yml when: manual \ No newline at end of file