Skip to content

Commit e814f79

Browse files
authored
Create render.yaml
1 parent 7d7bead commit e814f79

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

render.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Exported from Render on 2024-12-05T20:29:12Z
2+
services:
3+
- type: web
4+
name: bullet-cloud-api
5+
runtime: go
6+
repo: https://github.com/Bulletdev/bullet-cloud-api
7+
plan: free
8+
envVars:
9+
- key: DbURL
10+
sync: false
11+
- key: CorsOrigins
12+
sync: false
13+
- key: Port
14+
sync: false
15+
- key: test
16+
sync: false
17+
region: ohio
18+
buildCommand: go mod tidy
19+
startCommand: go run cmd/main.go
20+
autoDeploy: false
21+
version: "1"

0 commit comments

Comments
 (0)