Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lab-GitLab-CI-CD
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSDS
Teaching
Bachelor
Cloud-and-Deployment
Lab-GitLab-CI-CD
Commits
52617cd7
Commit
52617cd7
authored
2 years ago
by
marcoemi.poleggi
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
1000f4c8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-1
3 additions, 1 deletion
README.md
with
3 additions
and
1 deletion
README.md
+
3
−
1
View file @
52617cd7
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment