From 408d034babfdf2bce3c06999e0d3133e9ab29cce Mon Sep 17 00:00:00 2001 From: Bossanyi Tibor Date: Tue, 12 May 2020 21:39:57 +0200 Subject: [PATCH] deploy ci fix --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f621509..fe5341d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ -services: - - mysql:latest + stages: - build @@ -55,9 +54,12 @@ test: deploy: stage: deploy + image: mysql:latest script: - apt-get update && apt-get --assume-yes install sshpass - ci-cd/deploy.sh + only: + - master after_script: - echo "End CI"