You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,mirakui. I thnk this app is very interesting and want to run my retrobot on heroku.But i failed to it...(on a local machine, I succeeded)
my command and heroku's reaction as follows .
(after git push heroku master)
% heroku run bin/retrobotctl start -- -c ./retrobot.yml
Running `-c ./retrobot.yml bin/retrobotctl start` attached to terminal... up, run.7275
bash: - : invalid option
Usage: bash [GNU long option] [option] ...
bash [GNU long option] [option] script-file ...
GNU long options:
--debug
--debugger
--dump-po-strings
--dump-strings
--help
--init-file
--login
--noediting
--noprofile
--norc
--posix
--rcfile
--restricted
--verbose
--version
Shell options:
-ilrsD or -c command or -O shopt_option (invocation only)
-abefhkmnptuvxBCHP or -o option
% heroku run "bin/retrobotctl start -- -c ./retrobot.yml"
Running `bin/retrobotctl start -- -c ./retrobot.yml` attached to terminal... up, run.5040
fatal: Not a git repository (or any parent up to mount point /app)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Probably,I think this isn't defficult problem.But I don't know how to solve.Can you teach me about it?
The text was updated successfully, but these errors were encountered:
heroku run starts another kind of container, so it's separated with existing worker and web processes. Use Procfile and run retrobot directly is the correct way.
hello,mirakui. I thnk this app is very interesting and want to run my retrobot on heroku.But i failed to it...(on a local machine, I succeeded)
my command and heroku's reaction as follows .
Probably,I think this isn't defficult problem.But I don't know how to solve.Can you teach me about it?
The text was updated successfully, but these errors were encountered: