From 78962676a14aa502f1f3964c6e7212f211ecca71 Mon Sep 17 00:00:00 2001
From: Paolo Brasolin <paolo.brasolin@eurac.edu>
Date: Tue, 1 Mar 2022 16:29:30 +0100
Subject: [PATCH] ci: #fe test environments

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ab7fd02..a42b442 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -86,6 +86,9 @@ stages:
 fe-deploy-job:
   image: node:16-alpine
   stage: deploy
+  environment:
+    name: production
+    url: https://staging.example.com
   cache:
     - key:
         files:
-- 
GitLab