From 43cc2309aaea132329339e295cc2590d27c5d0dc Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 18 Mar 2019 12:37:04 +0100 Subject: [PATCH] Fix CI deploy Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7f986de8..c9bbcd128 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: tcitworld/mobilizon-ci stages: - front - back + - deploy variables: MIX_ENV: "test" @@ -75,7 +76,7 @@ elixir_deps: - deps doc: - stage: back + stage: deploy before_script: - mix deps.get script: @@ -84,6 +85,8 @@ doc: cache: paths: - deps + only: + - master artifacts: expire_in: 1 hour paths: