GitLab Pipelines
DescriptionGitLab Pages is a free hosting service integrated directly with GitLab. You can have your Plenti websites automatically deploy to GitLab Pages by adding a .gitlab-ci.yml
file to your project to automatically build and deploy your website every time you push to your master branch on GitLab.
name: plentico/plenti:latest
entrypoint: [""]
pages:
script:
- /plenti build
artifacts:
paths:
- public
only:
- master