Skip to content

Commit

Permalink
No prompt on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ys committed Feb 8, 2017
1 parent fc70b34 commit ba909ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
web: uwsgi --ini=uwsgi.ini --http=0.0.0.0:$PORT
worker: sentry --config=sentry.conf.py run worker --loglevel=INFO
beat: sentry --config=sentry.conf.py run cron --loglevel=INFO
release: sentry --config=sentry.conf.py upgrade
release: sentry --config=sentry.conf.py upgrade --noinput

0 comments on commit ba909ec

Please sign in to comment.