Skip to content

Commit

Permalink
output database url in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
phernandez committed Sep 28, 2024
1 parent 783b828 commit 218140e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ services:
name: basic-foundation
env: python
plan: starter
buildCommand: make install && make tailwind-prod && env
buildCommand: make install && make tailwind-prod && make migrate-up
startCommand: make run
initialDeployHook: make migrate-up
envVars:
- key: POETRY_VERSION
value: 1.7.1
Expand Down

0 comments on commit 218140e

Please sign in to comment.