diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00d549402c43d95abb2c5f33368080daab66f028..f06bc50c9db191fc66e8605cf4a6680a2098cf22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,11 @@ -variables: - EXPORT_DIR: "/var/www/html/pages" +image: alpine:latest -pages-master: +pages: stage: deploy script: - - mkdir -p "$EXPORT_DIR/INsource" - - cp -r * "$EXPORT_DIR/INsource" - tags: - - production + - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/" + artifacts: + paths: + - ./ only: - - master \ No newline at end of file + - master