From 344c8225fc3f0370ce021eff9ea53f762e481b0b Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Thu, 28 Sep 2023 21:16:01 +0200
Subject: [PATCH] Enable deployment

---
 .gitlab-ci.yml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3dae7d1..16c4645 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,20 +69,20 @@ build:
   rules:
     - if: $CI_COMMIT_TAG
 
-# deploy_staging:
-#   extends: .deploy
-#   variables:
-#     HOST: keys.preview.sauerburger.com
-# 		NAMESPACE: keys-staging
-#   environment:
-#     name: Staging Environment
-#     url: https://keys.preview.sauerburger.com/
-#
-# deploy_production:
-#   extends: .deploy
-#   variables:
-#     HOST: keys.sauerburger.com
-# 		NAMESPACE: keys
-#   environment:
-#     name: Production Environment
-#     url: https://keys.sauerburger.com/
+deploy_staging:
+  extends: .deploy
+  variables:
+    HOST: keys.preview.sauerburger.com
+    NAMESPACE: keys-staging
+  environment:
+    name: Staging Environment
+    url: https://keys.preview.sauerburger.com/
+
+deploy_production:
+  extends: .deploy
+  variables:
+    HOST: keys.sauerburger.com
+    NAMESPACE: keys
+  environment:
+    name: Production Environment
+    url: https://keys.sauerburger.com/
-- 
GitLab