Setting a Simple Project with a CI Configuration in GitLab

Опубликовано: 09 Январь 2020
на канале: GitLab Unfiltered
189
1

This is a guide on how to set up a small project that contains a static website and serves it through a review app every time we open a merge request.

This guide uses:
https://glitch.com
https://zeit.co

The boilerplate .gitlab-ci.yml used in this video can be found in this snippet: https://gitlab.com/snippets/1928598