mirror of
https://gitlab.com/bonnebulle/plain-html-redo.git
synced 2026-05-28 00:14:13 +02:00
Add .gitlab-ci.yml.
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- mkdir .public
|
||||||
|
- cp -r * .public
|
||||||
|
- mv .public public
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
||||||
Reference in New Issue
Block a user