CapnSane / test-python-heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-python-heroku

Testing new things on Heroku

Devcenter Heroku

Getting Started on Heroku with Node.js

Creating the Profile

This file is important to control what we want to execute on Heroku.

For example, we can create a Procfile like this:

web: npm start
run: python run.py

This will open two possibilities on Heroku for controlling, as we can see in the following picture:

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%