Skip to content

Commit ef6312e

Browse files
committed
Configure for Render deployment with master branch
1 parent 3540361 commit ef6312e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- "10000:10000"
77
environment:
88
- ConnectionStrings__DefaultConnection=Host=postgres;Database=StudentManagementDb;Username=postgres;Password=yourpassword
9-
- ASPNETCORE_ENVIRONMENT=master
9+
- ASPNETCORE_ENVIRONMENT=Development
1010
depends_on:
1111
- postgres
1212

render.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
env: docker
2525
plan: free
2626
region: frankfurt
27+
branch: master
2728
dockerfilePath: ./Dockerfile
2829
envVars:
2930
- key: DATABASE_URL

0 commit comments

Comments
 (0)