From cabd9f7ef3f9a1c568af9e1328f9785e510a128e Mon Sep 17 00:00:00 2001 From: Ayivor <bennard.ayivor1@gmail.com> Date: Tue, 20 Jun 2023 17:39:39 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ec73d9b..47c6449 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 -- GitLab