-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrender.yaml
More file actions
29 lines (28 loc) · 733 Bytes
/
render.yaml
File metadata and controls
29 lines (28 loc) · 733 Bytes
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
services:
- name: efritz/blog
type: web
runtime: static
repo: https://github.com/efritz/blog
branch: main
buildCommand: ./bin/build.sh
staticPublishPath: public
pullRequestPreviewsEnabled: true
domains:
- eric-fritz.com
- www.eric-fritz.com
headers:
- path: /assets/*
name: Cache-Control
value: public, max-age=15552000 # 6 months
- path: /*
name: Access-Control-Allow-Origin
value: '*'
- name: efritz/blog-deadlinks
type: cron
plan: starter
runtime: go
repo: https://github.com/efritz/blog
branch: main
schedule: "0 0 * * *"
buildCommand: go build -o deadlinks ./cmd/deadlinks
startCommand: ./deadlinks