Skip to content

Commit

Permalink
docs: f**k render deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DVKunion committed Feb 2, 2024
1 parent 4487f97 commit 8412a49
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 122 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,29 @@ jobs:
dvkunion/seamoon:${{github.ref_name}}
build-args: |
VERSION=${{github.ref_name}}
context: ./
package-aliyun:
name: package-aliyun
runs-on: ubuntu-20.04
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v3
with:
push: true
platforms: |
linux/amd64
linux/arm64
linux/386
tags: |
registry.cn-hongkong.aliyuncs.com/seamoon/seamoon:latest
registry.cn-hongkong.aliyuncs.com/seamoon/seamoon:${{github.ref_name}}
build-args: |
VERSION=${{github.ref_name}}
context: ./
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@

[⚡️ 快速开始](https://seamoon.dvkunion.cn/guide/start)

[✨ 新增Render部署, 完全免费的套餐且功能不减!!!](https://seamoon.dvkunion.cn/guide/deploy/render)

[✨ 新增Sealos部署, 价格更低更实惠!](https://seamoon.dvkunion.cn/guide/deploy/sealos)

[🔥 新增 seamoon 支持 tor 网络访问 onion 域名](https://seamoon.dvkunion.cn/guide/client/tor/)
Expand All @@ -49,7 +47,6 @@
| 阿里云 | 新用户三个月 || [部署](https://seamoon.dvkunion.cn/guide/deploy/aliyun) |
| 腾讯云 | 🈚️ || [部署](https://seamoon.dvkunion.cn/guide/deploy/tencent) |
| 🔥Sealos | 五元余额,流量不计费 || [部署](https://seamoon.dvkunion.cn/guide/deploy/sealos) |
| 🔥🔥Render | 每月750小时免费 + 100G流量 || [部署](https://seamoon.dvkunion.cn/guide/deploy/render) |
| 华为云 | || [部署]() |
| 百度云 | || [部署]() |
| AWS | | 🐷调研中 | [部署]() |
Expand Down
1 change: 0 additions & 1 deletion docs/guide/00.概述/00.introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ article: false
| 阿里云 | 新用户三个月 || [部署](https://seamoon.dvkunion.cn/guide/deploy/aliyun) |
| 腾讯云 | 🈚️ || [部署](https://seamoon.dvkunion.cn/guide/deploy/tencent) |
| 🔥Sealos | 五元余额,流量不计费 || [部署](https://seamoon.dvkunion.cn/guide/deploy/sealos) |
| 🔥🔥Render | 每月750小时免费 + 100G流量 || [部署](https://seamoon.dvkunion.cn/guide/deploy/render) |
| 华为云 | || [部署]() |
| 百度云 | || [部署]() |
| AWS | | 🐷调研中 | [部署]() |
Expand Down
2 changes: 0 additions & 2 deletions docs/guide/01.开始使用/01.start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ article: false

🔥 如果您的钱包和预算有限,并且代理IP需求并不是特别高,这里推荐使用 [sealos部署服务端](https://seamoon.dvkunion.cn/guide/deploy/sealos)

🔥🔥 如果如果您的钱包和预算更加有限!!! 或者是只想测试一下 seamoon 感受一下效果,这里推荐使用 [render部署服务端](https://seamoon.dvkunion.cn/guide/deploy/render), 完全免费。

🔧 如果你不想仅拥有 http/socks5 协议的代理,期望使用更多代理,请移步 [更多客户端适配](https://seamoon.dvkunion.cn/guide/client/)
:::

Expand Down
115 changes: 0 additions & 115 deletions docs/guide/02.服务部署/04.render.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/guide/02.服务部署/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ SeaMoon 提供了多种多样的部署方式。
+ [阿里云手动部署](https://seamoon.dvkunion.cn/guide/deploy/aliyun/)
+ [腾讯云手动部署](https://seamoon.dvkunion.cn/guide/deploy/tencent/)
+ [🔥 sealos:更便宜更舒服的选择](https://seamoon.dvkunion.cn/guide/deploy/sealos/)
+ [💰 render:免费的总是最好的](https://seamoon.dvkunion.cn/guide/deploy/render/)
+ [heroku](https://www.heroku.com/)
+ [railway](https://railway.app/new)
+ [serverless-devs快捷部署](https://seamoon.dvkunion.cn/guide/deploy/serverlessDevs/)

0 comments on commit 8412a49

Please sign in to comment.