- python3.6
- virtualenv
- Heroku CLI
python3.6 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
deactivate
python app.py
El comando git remote -v
debería mostrar una salida parecida a la siguiente:
heroku https://git.heroku.com/psa-api-support.git (fetch)
heroku https://git.heroku.com/psa-api-support.git (push)
origin [email protected]:eprediger/psa-support.git (fetch)
origin [email protected]:eprediger/psa-support.git (push)
De lo contrario, vincular el repositorio ejecutando heroku git:remote -a psa-api-support
git push heroku master
heroku logs --tail
heroku ps
heroku ps:scale web=0
heroku ps:scale web=1
behave