Skip to content
Snippets Groups Projects
Commit 52617cd7 authored by marcoemi.poleggi's avatar marcoemi.poleggi
Browse files

Update README.md

parent 1000f4c8
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,8 @@ Fork this project into your personal namespace and configure it (menu `Settings`
Our GitLab instance comes with a shared Docker-based CI/CD *runner* (or executor).
Generate your [SSH key pair](https://docs.gitlab.com/ee/ci/ssh_keys/) to interact with your VM instance.
(**[TO-DO]** :question: Do we also need to enable `Repository > Deploy keys` with the same public SSH key?)
Configure the CI/CD system as it follows (menu `Settings > CI/CD`):
- In `General pipelines`:
* [ ] `Public pipelines`
......@@ -74,7 +76,7 @@ Configure the CI/CD system as it follows (menu `Settings > CI/CD`):
### Task #2: CI/CD pipeline ###
**Goal:** write a GitLab-style pipeline file `.gitlab-ci.yml`.
**Goal:** write a GitLab-style "branch" pipeline file `.gitlab-ci.yml`.
For our simple DevOps scenario, the following structure suffices:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment