From e132681125ad98c213d534ebf59d4ffaa61888c1 Mon Sep 17 00:00:00 2001 From: "Joe T.S" <thunyathep.santhanavanich@hft-stuttgart.de> Date: Fri, 4 Mar 2022 19:47:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9f5fad..1b00714 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,15 @@ image: alpine:latest +stages: + - deploy + pages: stage: deploy script: - - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" + - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" artifacts: paths: - - public - only: - - master + - public + only: + - master + -- GitLab