更新 cdn 部署的 workflow name
This commit is contained in:
parent
afaff10d7d
commit
35f4ac5021
|
|
@ -1,4 +1,4 @@
|
|||
name: Deploy cdn
|
||||
name: Deploy https://cdn.d2.pub
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
| server | link | server | status |
|
||||
| --- | --- | --- | --- |
|
||||
| d2.pub | [d2.pub/d2-admin/preview](https://d2.pub/d2-admin/preview) | China server | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fd2.pub%22) |
|
||||
| cdn.d2.pub | [cdn.d2.pub/d2-admin/preview](https://cdn.d2.pub/d2-admin/preview) | qiniu CDN | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+cdn%22) |
|
||||
| cdn.d2.pub | [cdn.d2.pub/d2-admin/preview](https://cdn.d2.pub/d2-admin/preview) | qiniu CDN | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fcdn.d2.pub%22) |
|
||||
| github | [d2-projects.github.io/d2-admin](https://d2-projects.github.io/d2-admin) | GitHub pages | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+Github%22) |
|
||||
| netlify | [d2-admin.netlify.com](https://d2-admin.netlify.com) | Netlify CDN | [](https://app.netlify.com/sites/d2-admin/deploys) |
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
| 位置 | 链接 | 部署位置 | 状态 |
|
||||
| --- | --- | --- | --- |
|
||||
| d2.pub | [d2.pub/d2-admin/preview](https://d2.pub/d2-admin/preview) | 中国服务器 | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fd2.pub%22) |
|
||||
| cdn.d2.pub | [cdn.d2.pub/d2-admin/preview](https://cdn.d2.pub/d2-admin/preview) | 七牛云 CDN | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+cdn%22) |
|
||||
| cdn.d2.pub | [cdn.d2.pub/d2-admin/preview](https://cdn.d2.pub/d2-admin/preview) | 七牛云 CDN | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fcdn.d2.pub%22) |
|
||||
| github | [d2-projects.github.io/d2-admin](https://d2-projects.github.io/d2-admin) | GitHub pages | [](https://github.com/d2-projects/d2-admin/actions?query=workflow%3A%22Deploy+Github%22) |
|
||||
| netlify | [d2-admin.netlify.com](https://d2-admin.netlify.com) | Netlify CDN | [](https://app.netlify.com/sites/d2-admin/deploys) |
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ export default {
|
|||
],
|
||||
[
|
||||
{ img: 'https://github.com/d2-projects/d2-admin/workflows/Deploy%20https%3A%2F%2Fd2.pub/badge.svg', link: `${linkD2Admin}/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fd2.pub%22` },
|
||||
{ img: 'https://github.com/d2-projects/d2-admin/workflows/Deploy%20cdn/badge.svg', link: `${linkD2Admin}/actions?query=workflow%3A%22Deploy+cdn%22` },
|
||||
{ img: 'https://github.com/d2-projects/d2-admin/workflows/Deploy%20https%3A%2F%2Fcdn.d2.pub/badge.svg', link: `${linkD2Admin}/actions?query=workflow%3A%22Deploy+https%3A%2F%2Fcdn.d2.pub%22` },
|
||||
{ img: 'https://github.com/d2-projects/d2-admin/workflows/Deploy%20Github/badge.svg', link: `${linkD2Admin}/actions?query=workflow%3A%22Deploy+Github%22` },
|
||||
{ img: 'https://api.netlify.com/api/v1/badges/a5dd4bbd-da3f-4145-98a9-8012577bdcf5/deploy-status', link: 'https://app.netlify.com/sites/d2-admin/deploys' }
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue