Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson authored Jul 11, 2024
1 parent 1aa87e2 commit e31a081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platformifier/templates/upsun/.upsun/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ applications:
commands:
# The command to launch your app. If it terminates, it’s restarted immediately.
# You can use the $PORT or the $SOCKET environment variable depending on the socket family of your upstream
{{- if or ( eq .Stack "Django" ) ( eq .Stack "Flask" ) }}
# The command below assumes Gunicorn has been added as a dependency in your requirements.txt, Pipfile, or pyproject.toml file.
{{- end }}
start: {{ quote .WebCommand }}
{{- else }}
# commands:
Expand Down

0 comments on commit e31a081

Please sign in to comment.