go-proxy-bingai/render.yaml
2023-05-07 12:31:30 +08:00

8 lines
229 B
YAML

services:
- type: web
name: go-proxy-bingai
# oregon: frankfurt
plan: free
env: go
buildCommand: go build -ldflags="-s -w" -tags netgo -trimpath -o go-proxy-bingai main.go
startCommand: ./go-proxy-bingai