Skip to content

Commit 1cc7997

Browse files
chore
1 parent ecd2252 commit 1cc7997

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

.vscode/quote.code-snippets

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
// Place your blog 工作区 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and
3+
// description. Add comma separated ids of the languages where the snippet is applicable in the scope field. If scope
4+
// is left empty or omitted, the snippet gets applied to all languages. The prefix is what is
5+
// used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
6+
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders.
7+
// Placeholders with the same ids are connected.
8+
// Example:
9+
"Print to console": {
10+
"scope": "markdown-quote",
11+
"prefix": "quote",
12+
"body": [
13+
"<q>$1</q>$2"
14+
],
15+
"description": "Log output to console"
16+
}
17+
}

content/6.maps/_devops/devops.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ description: DevOps 是一种开发理论,它致力于将大量自动化操作
55

66
![DevOps](https://mgear-image.oss-cn-shanghai.aliyuncs.com/image/other/20220627182016.png?w=60)
77

8-
## 简介
9-
10-
#### CI/CD 是什么?
8+
## Sub Topics
119

12-
CI/CD 即持续集成和持续部署(Continuous Integration & Continuous Deployment),是 DevOps 理论的一种实践,专注于自动化流水线。CI 可以概括为项目自动构建、自动测试等操作的持续性,CD 则包括为自动构建、测试以及部署。CI/CD 通常要借助特定服务实现,比如 GitHub Action、Gitlab CI/CD。
10+
### CI/CD
1311

14-
## Sub Topics
12+
* [CI/CD](/maps/_devops/cicd)
1513

1614
### GitLab
1715

0 commit comments

Comments
 (0)