标签: heroku command-line automation
我一直在使用heroku。我在一个小项目上独自工作。每次部署时我都要输入:
git add . git commit -m "the same random thing" git push heroku master
有没有办法实现自动化,所以我可以输入deploy?
deploy
我正在为应用程序使用python,所以如果该工具在python中会很好。