TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Using “git push” to deploy Ruby applications to your own server

45 点作者 technicalfault大约 11 年前

7 条评论

elij大约 11 年前
Deployments using source control probably aren't wise for most cases -- the index, for the most part, is always growing.
评论 #7755815 未加载
评论 #7756555 未加载
评论 #7755320 未加载
评论 #7755596 未加载
richardwhiuk大约 11 年前
&gt;&gt;&gt;&gt; # Not currently on any branch.<p>&gt;&gt;&gt;&gt; nothing to commit (working directory clean)<p>&gt;&gt; This means we’re on the version of Dokku currently suggested for use with Ubuntu 12.04 by its author.<p>No, it just means your on a detached head. Instead of git status, try:<p><pre><code> git tag --points-at HEAD</code></pre>
binocarlos大约 11 年前
Dokku is awesome (as is Docker which it builds on). The guy that wrote it (Jeff Lindsay) has been working on Flynn for the past 6 months - <a href="https://flynn.io/" rel="nofollow">https:&#x2F;&#x2F;flynn.io&#x2F;</a> - think of Flynn like a &#x27;multi host dokku&#x27;
评论 #7759160 未加载
NicoJuicy大约 11 年前
If anyone is interested, i just added the MS alternative (it&#x27;s the engine for Azure, but it&#x27;s opensource and you can use it yourselve)<p><a href="https://news.ycombinator.com/item?id=7755914" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7755914</a>
donw大约 11 年前
I&#x27;m curious how this would handle rolling restarts (maybe a randomized delay before deploying?) or rollbacks on failed deployments...
dkhenry大约 11 年前
I have used git-deploy in many cases and it works great for any language&#x2F;framework combo
评论 #7759777 未加载
sytse大约 11 年前
Very interesting, as GitLab B.V. CEO I&#x27;m very much looking forward to part 2 :-)