我想在不使用Heroku ToolBelt的情况下部署rails app.可能吗?如果是这样,怎么样?我只允许使用Heroku仪表板; 我不允许使用任何其他云服务:(
我必须运行PostgreSQL命令,添加附加组件并设置配置变量以及可能的其他任务,我们有Heroku Toolbelt在生产环境中部署应用程序.
错误:
user@xx ~/Desktop/github/blog (master)
$ git push git@heroku.com:herokugui.git master
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Run Code Online (Sandbox Code Playgroud)
我不想使用Heroku Toolbelt.这就是我使用Git命令在Heroku上部署代码的原因.我无法使用Git命令将代码推送到Heroku.没有工具带可以完成这项任务吗?
我的另一个问题是:有没有办法在Heroku GUI上运行PostgreSQL命令?如果是这样,怎么样?