mirror of
https://github.com/adams549659584/go-proxy-bingai.git
synced 2025-06-03 15:02:30 +08:00
8 lines
229 B
YAML
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 |