-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrender.yaml
33 lines (33 loc) · 1022 Bytes
/
render.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
services:
- type: web
name: doc-developer
runtime: static
repo: https://github.com/caido/doc-developer.git
branch: main
buildCommand: make build-release
staticPublishPath: ./.vitepress/dist
pullRequestPreviewsEnabled: true
routes:
- type: rewrite
source: /stats/script.js
destination: https://plausible.io/js/plausible.js
- type: rewrite
source: /stats/event
destination: https://plausible.io/api/event
- type: redirect
source: /concepts/essentials/plugins/
destination: /guides/
- type: redirect
source: /concepts/essentials/plugins/frontend.html
destination: /guides/
- type: redirect
source: /concepts/essentials/plugins/backend.html
destination: /guides/
- type: redirect
source: /guides/plugins/notebook.html
destination: /tutorials/notebook.html
domains:
- developer.caido.io
envVars:
- key: SKIP_INSTALL_DEPS
value: true