From d851ec12f2b7a7956813696ca749639205a70049 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@esss.se> Date: Mon, 12 Feb 2018 10:38:47 +0100 Subject: [PATCH] Deploy to staging for every push to master Note that the Ansible role shall use the ":master" tag for the image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38e6576..57afb5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,4 +60,4 @@ deploy-staging: script: - launch_job_template deploy-csentry-staging only: - - tags + - master -- GitLab