Create render.yaml

This commit is contained in:
izaac49 2026-02-12 21:03:10 +07:00 committed by GitHub
parent 8968d58fed
commit ddd87724ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
render.yaml Normal file
View file

@ -0,0 +1,10 @@
services:
- type: web
name: picoclaw
env: go
plan: free
buildCommand: go build -tags netgo -ldflags "-s -w" -o app
startCommand: ./app
envVars:
- key: GO_VERSION
value: 1.25.7