Skip to content

Instantly share code, notes, and snippets.

@tmingos
Created February 7, 2014 20:52
Show Gist options
  • Save tmingos/8871631 to your computer and use it in GitHub Desktop.
Save tmingos/8871631 to your computer and use it in GitHub Desktop.
Shell alias to always launch `play` with Heroku's `foreman run`
# Alias to always launch Play Framework using Heroku's Foreman
#
# Whenver a .env file is detected, Foreman will ensure the config vars
# are added to the local ENV before launching Play.
#
# See: https://devcenter.heroku.com/articles/config-vars#local-setup
#
alias play='foreman run play'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment