Skip to content

Commit

Permalink
chore(workflows): add daily-curl-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Feb 16, 2024
1 parent 0139479 commit 5097228
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/daily-curl-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Daily Curl Request

on:
schedule:
- cron: "*/12 * * * *"

jobs:
run-curl:
runs-on: ubuntu-latest

steps:
- name: Run Curl Request
# because: https://docs.render.com/free#spinning-down-on-idle
run: curl https://nest-admin-093x.onrender.com/api/auth/captcha/img
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

### 演示地址

- [http://buqiyuan.gitee.io/vue3-antdv-admin/](http://buqiyuan.gitee.io/vue3-antdv-admin/)
- [http://buqiyuan.gitee.io/vue3-antdv-admin/](http://buqiyuan.gitee.io/vue3-antdv-admin/) (只读,完整地预览项目的初始效果)
- [https://vue3-antd-admin.vercel.app/](https://vue3-antd-admin.vercel.app/) (可随意CRUD,非项目的初始状态,可能需翻墙浏览, 白嫖的国外服务器资源,不保熟)
- [Swagger Api 文档](https://nest-api.buqiyuan.site/api-docs)

### 项目启动前的准备工作
Expand Down

0 comments on commit 5097228

Please sign in to comment.