Joined July 2012
·
Posted to
FTP is so 90's. Let's deploy via Git instead!
over 1 year
ago
@gpoulter
(a) I Haven't looked into multi-server deployment, sorry.
(b) Just use git push origin master -f
to force when it's not a fast-forward.
(c) If there's a build, script it and add it to the post-receive hook. It's just a shell script.
(d) That's true, but this assumes all your files are in the git repo. If not, you'll have to update those manually (such as via scp
), or add something in the post-receive hook to take care of it.
Achievements
4,561 Karma
260,159 Total ProTip Views

Kona
Have at least one original repo where CoffeeScript is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Forked
Have a project valued enough to be forked by someone else

Charity
Fork and commit to someone's open source project in need

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language
Any chance you can stop line breaking the output on single line breaks in the markdown? The markdown spec says that paragraphs in the output are denoted by double line breaks in the markdown, and that line breaks in the output are denoted by two spaces at the end of a line followed by a line break in the markdown. I should be able to write with single hard returns in markdown and not have them show up in the output.