From 4d7668805a2e7acd0350568c622029c3a8846289 Mon Sep 17 00:00:00 2001 From: Rafiei <32rafa1mpg@hft-stuttgart.de> Date: Mon, 17 Jun 2024 19:11:42 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec73d9b..b3ee4c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,14 @@ 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 - only: - - master + - public + only: + - master \ No newline at end of file -- GitLab