This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
spdocker/.gitlab-ci.yml

16 lines
302 B
YAML
Raw Normal View History

2017-11-30 02:18:20 +00:00
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
2017-11-30 02:23:31 +00:00
tags:
- pages
2017-11-30 02:18:20 +00:00
only:
- master