ci: add vercel deploy (#485)
* ci: add vercel config file to override `outputDirectory` to `.deploy` https://vercel.com/docs/concepts/projects/project-configuration#outputdirectory * docs(readme.md): add vercel deploy description
This commit is contained in:
parent
e9f8d577b1
commit
d90937cf69
15
README.md
15
README.md
|
|
@ -152,6 +152,21 @@ docker run --name linux-command -itd -p 9665:3000 ghcr.io/jaywcjlove/linux-comma
|
||||||
http://localhost:9665/
|
http://localhost:9665/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Vercel
|
||||||
|
|
||||||
|
可以点击下面按钮一键部署至 [Vercel](https://vercel.com):
|
||||||
|
|
||||||
|
[](https://vercel.com/new/clone?repository-url=https://github.com/jaywcjlove/linux-command)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>部署结果</summary>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
通过 Vercel 分配的域名访问,或者自行在设置中绑定域名。
|
||||||
|
|
||||||
## 目录
|
## 目录
|
||||||
|
|
||||||
- [目录](#目录)
|
- [目录](#目录)
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 174 KiB |
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"outputDirectory": ".deploy"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue