An error occurred while loading the file. Please try again.
This project is licensed under the GNU Lesser General Public License v3.0. Learn more
.gitlab-ci.yml 221 bytes
image: alpine:latest
stages:
    - deploy
pages:
  stage: deploy
  script:
    - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
  artifacts:
    paths:
      - public
  only: 
    - master