Skip to content

Instantly share code, notes, and snippets.

@stevendaniels
Created July 4, 2015 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevendaniels/875e0b60dffe6d9290bf to your computer and use it in GitHub Desktop.
Save stevendaniels/875e0b60dffe6d9290bf to your computer and use it in GitHub Desktop.
Foreman export Port issue

Foreman's export sets the PORT env incorrectly when both the PORT is present in .env and concurrency > 1 is used in the export command.

foreman export -a bad_env -u me -e .env upstart . -c web=2
foreman export -a good_env -u me -e .env upstart . -c web=2 -t templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment