From 349bce24f04a8c93f78a49ad637dd04778bcc7ea Mon Sep 17 00:00:00 2001
From: Kramer <11krlu1mma@hft-stuttgart.de>
Date: Sun, 7 May 2023 08:13:05 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec73d9b..8307441 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,12 @@
 image: alpine:latest
 
+stages:
+  - deploy
+
 pages:
   stage: deploy
   script:
-  - echo 'Nothing to do...'
+  - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
   artifacts:
     paths:
     - public
-- 
GitLab