This repository has been archived on 2021-05-16. You can view files and clone it, but cannot push or open issues or pull requests.
Startpage/.gitlab-ci.yml

12 lines
159 B
YAML
Raw Permalink Normal View History

2020-12-06 13:28:06 +01:00
pages:
stage: deploy
script:
2021-05-01 19:45:21 +02:00
- mkdir .public
- cp -r * .public
- mv .public public
2020-12-06 13:28:06 +01:00
artifacts:
paths:
2021-05-01 19:45:21 +02:00
- public
2020-12-06 13:28:06 +01:00
only:
2021-05-01 19:45:21 +02:00
- master