diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 210ac1b..f247e7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: alpine +image: instrumentisto/rsync-ssh before_script: #- which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y ) @@ -15,6 +15,7 @@ deploy_to_webserver: script: - rsync + #- ansible-playbook .ansible-ci.yml #- ansible-playbook .ansible-ci.yml