From d58cbfdb93ca415c12c1de56c01e1cf23ab34acf Mon Sep 17 00:00:00 2001 From: Benjamin Ledel <benjamin.ledel@digitallearning.gmbh> Date: Mon, 17 Mar 2025 19:33:01 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48b9bc0..a4ad0d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - test - build # - release - - deploy +# - deploy test: image: docker:latest @@ -75,11 +75,4 @@ pages: - mv public ../ artifacts: paths: - - public - -deploy: - stage: deploy - trigger: - project: polaris/entwicklung/deployment - only: - - main \ No newline at end of file + - public \ No newline at end of file -- GitLab