File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ tags: ["CI/CD","网站部署"]
1414
1515## 知识点
1616
17- 在开发之前,让我们先了解一下 [[ github action] ( https://docs.github.com/en/actions/about-github-actions/understanding-github-actions ) ]( https://docs.github.com/en/actions/about-github-actions/understanding-github-actions ) ,它是一个持续集成和持续交付(CI/CD)平台,它的工作原理如下:
17+ 在开发之前,让我们先了解一下 [ github action] ( https://docs.github.com/en/actions/about-github-actions/understanding-github-actions ) ,它是一个持续集成和持续交付(CI/CD)平台,它的工作原理如下:
1818
19191 . 基于事件的触发系统
2020
@@ -151,7 +151,7 @@ jobs:
151151 1 . .vuepress/dist/:代表着你构建产物的路径
152152 2 . /:你要放到存储桶的对应地址
153153
154- 首选我们去 [[ https://console.cloud.tencent.com/cam/capi ] ( https://console.cloud.tencent.com/cam/capi?from_column=20423&from=20423 ) ]( https://console.cloud.tencent.com/cam/capi?from_column=20423&from=20423 ) 这里获取我们的 腾讯云 cos 服务需要的TENCENT_SECRET_ID 和 TENCENT_SECRET_KEY,然后还需要:
154+ 首选我们去 [ https://console.cloud.tencent.com/cam/capi ] ( https://console.cloud.tencent.com/cam/capi?from_column=20423&from=20423 ) 这里获取我们的 腾讯云 cos 服务需要的TENCENT_SECRET_ID 和 TENCENT_SECRET_KEY,然后还需要:
155155
156156+ COS_BUCKET:桶名称
157157+ COS_REGION :桶地区
@@ -191,7 +191,7 @@ EMAIL_TO: 收件人邮箱地址
191191
192192
193193
194- 打开对应网站,发现[[ 内容](http://test.luckysnail.cn/#%E8%83%8C%E6%99%AF)](http://test.luckysnail.cn/#背景) 也更新了!
194+ 打开对应网站,发现[内容](http://test.luckysnail.cn/#%E8%83%8C%E6%99%AF) 也更新了!
195195
196196
197197
You can’t perform that action at this time.
0 commit comments