An error occurred while loading the file. Please try again.
This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 193 bytes
image: alpine:latest
pages:
  stage: deploy
  script:
  - echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
  artifacts:
    paths:
    - public
  only:
  - master