Files
PageProject/.gitlab-ci.yml
2020-01-26 20:34:17 +01:00

15 lines
315 B
YAML

# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
deploy-projects.rismer.de:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master