зеркало из https://github.com/mozilla/treeherder.git
Always assume we're in the root of the treeherder repo in entrypoint_prod.sh (#7146)
This commit is contained in:
Родитель
17472feedd
Коммит
e1c8733be9
|
@ -5,7 +5,7 @@
|
|||
# https://devcenter.heroku.com/articles/release-phase
|
||||
# https://devcenter.heroku.com/articles/runtime-principles#build-release-run
|
||||
if [ "$1" == "release" ]; then
|
||||
exec ../bin/pre_deploy
|
||||
exec ./bin/pre_deploy
|
||||
|
||||
# The `web` process type is the only one that receives external traffic from Heroku's routers.
|
||||
# We set the maximum request duration to 20 seconds, to ensure that poorly performing API
|
||||
|
|
Загрузка…
Ссылка в новой задаче