-
一些脚本旨在便捷地将Rails应用程序自动部署到heroku,名为auto-heroku
资源介绍
设置
setup.sh
运行一次。
将下载 。 工具带只是一个可执行文件,它在new.sh和clean.sh中执行其余命令
然后它将提示您登录Heroku。 在此处设置新帐户: : (无需购买)
最后,它将使该目录中的所有.sh脚本都可执行。
(可选)将此目录添加到PATH或将这些脚本转储到PATH中已经存在的目录中。
用法
new.sh
因此,您有一个带有应用程序的github存储库。
示例: :
git clone https://github.com/lawwantsin/bev_test.git
cd bev_test (now within the app's root directory)
../auto-heroku/new.sh {MY-APP-NAME} (if these scripts are not in your path, but ar