From efb5b208e97831b13e5eb025c1f8fed3874774a2 Mon Sep 17 00:00:00 2001 From: Ramirez Date: Sun, 18 Jun 2023 17:13:51 +0000 Subject: [PATCH] Update gitlab-ci.yml --- gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gitlab-ci.yml diff --git a/gitlab-ci.yml b/gitlab-ci.yml new file mode 100644 index 0000000..8317909 --- /dev/null +++ b/gitlab-ci.yml @@ -0,0 +1,15 @@ +image: alpine:latest + +stages: + - deploy + +pages: + stage: deploy + script: + - echo "deploy to https://transfer.hft-stuttgart.de/pages/Ramirez/AR_trial/" + artifacts: + paths: + - public + only: + - master + -- GitLab