Skip to content

Commit

Permalink
Create render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bulletdev authored Dec 5, 2024
1 parent 7d7bead commit e814f79
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Exported from Render on 2024-12-05T20:29:12Z
services:
- type: web
name: bullet-cloud-api
runtime: go
repo: https://github.com/Bulletdev/bullet-cloud-api
plan: free
envVars:
- key: DbURL
sync: false
- key: CorsOrigins
sync: false
- key: Port
sync: false
- key: test
sync: false
region: ohio
buildCommand: go mod tidy
startCommand: go run cmd/main.go
autoDeploy: false
version: "1"

0 comments on commit e814f79

Please sign in to comment.