Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
image: alpine:latest
pages:
stage: deploy
script:
- echo "Deploying to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts:
paths:
- public
only:
- master