From 513a4045446da4d66546bab6866d7d3ec6f8ac4c Mon Sep 17 00:00:00 2001 From: Joel Collins <2579603-jtc42@users.noreply.gitlab.com> Date: Wed, 21 Aug 2019 10:06:54 +0000 Subject: [PATCH] Update deploy stage --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6d4157f..1e1e3d03 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ stages: - build - meta + - deploy # Cache modules in between jobs cache: @@ -36,6 +37,7 @@ package: - tags deploy: + stage: deploy image: ubuntu:latest before_script: - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'