Deterrence Dispensed's GitLab instance has been configured for authorized developers to create static webpages for their project, portfolio, or directory listing.
This is accomplished using GitLab's CICD (continuous integration, continuous delivery) pipeline, where you can push source files into for the GitLab Runner to build.
- Create a new project from a template
- Select your choice of a Pages template. (In this case, we're going to use basic HTML.) Click "Use template".
- Give your new web page project a name, then click "Create Project"
- After GitLab finishes importing your project, push it into the pipeline by selecting "CI/CD" from the sidebar, -> Pipelines. Then click "Run Pipeline"
- Click "Run Pipeline" again. A new job will be created.
- When your deployment is complete, you can find your URL for your project's Pages under Settings -> Pages.