From 7452faab9a6e1d72907c5f2b78f3b970f0221363 Mon Sep 17 00:00:00 2001 From: s0dy Date: Sun, 18 Nov 2018 00:18:15 +0100 Subject: [PATCH] gitlab-cy.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f5c880..b82df5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,9 @@ before_script: - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts + #Create ansible folder in /etc + - mkdir /etc/ansible + deploy_to_webserver: stage: deploy