-
Notifications
You must be signed in to change notification settings - Fork 150
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
Not able to run the Procfile process runner with user /bin/herokuish #1147
Comments
Are you running this outside of the docker image setup? |
|
I'm not actually sure you can combine a process start with extra arguments. You might need to just run the bundle exec thing directly. |
@josegonzalez you mean to say...we should not include a Procfile runner process with extra arguments. We have tried running directly executing the command bundle exec rails runner also and no luck. |
If you need to start arbitrary commands in the herokuish environment, start them via |
We are working on the custom ruby code execution on the rails application deploying using the Heroku build-pack. We are not able to get the expected result when we execute the below command.
/bin/herokuish procfile start runner -e $RAILS_ENV /tmp/script-$BUILD_NUMBER
####Below is the Procfile entry for the runner
####we are getting the below response
The text was updated successfully, but these errors were encountered: