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

Service command not being populated #5

Closed
pkallberg opened this issue May 26, 2015 · 1 comment
Closed

Service command not being populated #5

pkallberg opened this issue May 26, 2015 · 1 comment
Labels

Comments

@pkallberg
Copy link
Contributor

Command for various services isn't being populated, for example for these two apps:
https://github.com/cloud66-samples/rails-psql-elasticsearch
https://github.com/cloud66-samples/sinatra-postgres-mongo-redis

It adds an empty field:

  web:
    git: git@github.com:cloud66-samples/rails-psql-elasticsearch.git
    git_branch: master
    command:
    ports:
      - 9292:80:443
    env_vars:
      RAILS_ENV: production
      RACK_ENV: production
@remyferre
Copy link
Contributor

Current behavior is now to add the default Rails/Rack commands (e.g bundle exec rackup -E _env:RACK_ENV), plus warning the user about this assumption.

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

No branches or pull requests

3 participants