Commit 2bc26415 authored by Martinez Garcia's avatar Martinez Garcia
Browse files

Update .gitlab-ci.yml

parent 2e0dd521
Pipeline #9735 passed with stage
in 7 seconds
Showing with 7 additions and 4 deletions
+7 -4
image: alpine:latest image: alpine:latest
stages:
- deploy
pages: pages:
stage: deploy stage: deploy
script: script:
- echo 'Nothing to do...' - echo "deploy to https://transfer.hft-stuttgart.de/pages/$CI_PROJECT_PATH/"
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- master - master
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment