Create render.yaml
This commit is contained in:
parent
8968d58fed
commit
ddd87724ad
1 changed files with 10 additions and 0 deletions
10
render.yaml
Normal file
10
render.yaml
Normal 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
|
||||
Loading…
Add table
Reference in a new issue