From eb5410214cf0ea4dafac0ca73860cdc1cdcfae06 Mon Sep 17 00:00:00 2001
From: Yaemyim <22yasa1mpg@hft-stuttgart.de>
Date: Tue, 20 Jun 2023 14:16:35 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec73d9b..8506e67 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,15 @@
 image: alpine:latest
 
+stages:
+    - deploy
+  
 pages:
   stage: deploy
   script:
-  - echo 'Nothing to do...'
+    - echo "deploy to https://transfer.hft-stuttgart.de/gitlab/22yasa1mpg/webarsr/"
   artifacts:
     paths:
-    - public
-  only:
-  - master
+      - public
+  only: 
+    - master
+
-- 
GitLab