2021-01-01 12:35:37 -08: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:
|
2021-01-04 16:49:05 -08:00
|
|
|
tags:
|
|
|
|
- default
|
2021-01-01 12:35:37 -08:00
|
|
|
stage: deploy
|
2021-01-01 12:36:36 -08:00
|
|
|
script:
|
2021-01-01 12:36:47 -08:00
|
|
|
- ls
|
2021-01-01 12:44:43 -08:00
|
|
|
- ls -lh
|
2021-01-01 12:35:37 -08:00
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
|
|
|
- pages
|