From 3c2a6914ce4738bbd2eb169dfc733ea3a3084a6c Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Mon, 26 Jun 2017 20:07:19 +0200 Subject: [PATCH] Fixup for last commit: wrong stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af7eef43..ed8f7da5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,7 @@ pages: - docker docker_image: - stage: test + stage: deploy before_script: - docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD - cd api -- GitLab