go-proxy-bingai/render.yaml

8 lines
229 B
YAML
Raw Normal View History

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