mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-06-15 14:46:47 +00:00
14 lines
332 B
YAML
14 lines
332 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
|
|
pages:
|
|
stage: deploy
|
|
script:
|
|
- mkdir .public
|
|
- cp -r * .public
|
|
- mv .public public
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
rules:
|
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|