From 2771235ff63247c58e8cbbd316f229f994ab24ec Mon Sep 17 00:00:00 2001 From: ManifoldFR <wilson.jallet@gmail.com> Date: Tue, 27 Feb 2018 16:28:52 +0100 Subject: [PATCH] Fixed missing CI tag Working now I hope --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 992b41c..3b3de36 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,4 +60,6 @@ deploy_staging: - npm start environment: name: staging - url: http://129.104.210.10 \ No newline at end of file + url: http://129.104.210.10 + tags: + - deployment \ No newline at end of file -- GitLab