Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use $PORT in Procfile #36

Closed
natevw opened this issue Dec 26, 2013 · 1 comment
Closed

Can't use $PORT in Procfile #36

natevw opened this issue Dec 26, 2013 · 1 comment

Comments

@natevw
Copy link

natevw commented Dec 26, 2013

I'm getting errors like this trying to use a Procfile that works with the main version:

dev_db: ./node_modules/multicouch/bin/multicouch --port $PORT local_data

yields:

Unresovled Substitution in dev_db: $PORT

The code currently only passes the "global" environment variables to the Procfile parsing helper and the latter does not calculate ports while parsing.

Haven't looked into its source, but I imagine the Ruby version must fill out the arguments later (while starting each instance) rather than sooner.

@rmg
Copy link
Member

rmg commented Mar 28, 2014

Resolved by 1389d37 via #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants