Skip to content

Commit

Permalink
Fix predeploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 authored Sep 30, 2023
1 parent e3b7702 commit f7af112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
region: frankfurt
env: docker
healthCheckPath: /openapi.json
preDeployCommand: /app/pre-deploy.sh
preDeployCommand: sh /app/pre-deploy.sh
envVars:
- fromGroup: fief
- key: DATABASE_URL
Expand Down

0 comments on commit f7af112

Please sign in to comment.