Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用Fabric为 Django 应用程序进行部署。我现在正在使用一些 node.js 的东西,我想看看是否有一个工具可以做 Fabric 为 python 所做的事情——但这主要是为 javascript 和 node 构建的。
我的主要用例是将所有内容保存到 git 并通过键入fab deploy- 但对于 node.js 部署到 heroku。
fab deploy
尝试NodeJS或node-control。两者都是 node.js ssh 客户端。