Oh that error makes more sense to me.
It’s trying to run both release_command
and app
scripts at the same time. Unlike Heroku, the release_command
process type isn’t magical. It would be the same as naming that worker
or something.
Oh that error makes more sense to me.
It’s trying to run both release_command
and app
scripts at the same time. Unlike Heroku, the release_command
process type isn’t magical. It would be the same as naming that worker
or something.