Update flask-deploy-on-heroku.html
This commit is contained in:
@ -760,7 +760,7 @@ Heroku is a cloud-based, fully-managed platform as a service (Paas) for building
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/app-generator/boilerplate-code-flask/blob/master/runtime.txt">runtime.txt</a> - specify the Python version used by Heroku during the build and deploy</li>
|
<li><a href="https://github.com/app-generator/boilerplate-code-flask/blob/master/runtime.txt">runtime.txt</a> - specify the Python version used by Heroku during the build and deploy</li>
|
||||||
<li><a href="https://github.com/app-generator/boilerplate-code-flask/blob/master/Procfile">Procfile</a> - configuration file that informs Heroku where to look for the <a href="/what-is/wsgi/">WSGI</a> interface</li>
|
<li><a href="https://github.com/app-generator/boilerplate-code-flask/blob/master/Procfile">Procfile</a> - configuration file that informs Heroku where to look for the <a href="https://docs.appseed.us/what-is/wsgi/">WSGI</a> interface</li>
|
||||||
<li><a href="https://github.com/app-generator/boilerplate-code-flask/blob/master/requirements.txt">requirements.txt</a> - must contain the <code class="highlighter-rouge">gunicorn</code> module</li>
|
<li><a href="https://github.com/app-generator/boilerplate-code-flask/blob/master/requirements.txt">requirements.txt</a> - must contain the <code class="highlighter-rouge">gunicorn</code> module</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user