image: alpine:latest stages: - deploy pages: stage: deploy script: - echo "deploy to https://transfer.hft-stuttgart.de/pages/darynatsymbal16/AR_project/" artifacts: paths: - public only: - master