gitlab-cy.yml

This commit is contained in:
s0dy 2018-11-18 00:56:24 +01:00
parent a85e5b59a4
commit 642e02dcbf

View File

@ -13,7 +13,6 @@ before_script:
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
#Verifying the SSH host keys
#Verifying the SSH host keys
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
@ -30,4 +29,3 @@ deploy_to_webserver:
- ansible-playbook ops/ansible/httpd-centos.yml
when: manual