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