Update flask-deploy-on-heroku.html

This commit is contained in:
dragosct
2021-03-03 16:26:20 +02:00
committed by GitHub
parent 1f2c988380
commit b65c34c597

View File

@ -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>