From 1f5fa4e5b7028320efbc6179271c0f730673d7d4 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Thu, 17 Jan 2019 01:38:37 +0100
Subject: [PATCH] Disentangle production and test deploy

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 13b7a20..8b2d646 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,7 +49,7 @@ test_deploy:
 
   <<: *sftp_template
 
-test_deploy: 
+production_deploy: 
   stage: production_deployment
   dependencies:
     - brunch_build
-- 
GitLab