top | item 4653243

DeployButton is the simplest and fastest way to get code on your server

79 points| peterkchen | 13 years ago |deploybutton.com

56 comments

order
[+] yakshaving|13 years ago|reply
(I am one of the site's creators)

Thanks for the overwhelming response - making the front page of HackerNews unexpectedly. DeployButton was our entry to RailsRumble this year, and it's a solution we created because we wanted something like this for ourselves for our own startup, Lizi.

Over the next few weeks, we'll be updating a few key issues that have been raised in these comments, including the ones about security.

We don't immediately accept that enterprises will jump to use DeployButton, but for a series of smaller consultancies, the security features we will offer will be more than enough.

Thanks again for the support - Sometimes I wish there was a "Whoops, we're not ready for HackerNews yet, don't taze me bro" break-the-glass button that puts us back on after a month's time.

[+] dstorrs|13 years ago|reply
Hey yakshaving,

I like the idea and you've got an interesting internal page, but your front page ("What if deploying your code...") is literally unusable on an iPhone and probably on other mobile platforms -- the button is not visible, nothing is clickable, and it can't be scrolled or resized. You might want to rethink that so as to capture the people who are browsing HN / TechCrunch / whatever while surfing on the bus on the go.

[+] ericcholis|13 years ago|reply
Outstanding site. I'm a paying user of DeployHQ at the moment. My biggest issue there is not having the ability to add new deployment servers via an API. Any thoughts on adding API access at some point?
[+] emperorcezar|13 years ago|reply
I'm interested to know why the only optimal deploy for Django is SSH? Django works great on Heroku as well.
[+] railsjedi|13 years ago|reply
Hey guys, thanks for the feedback. As you may already know, this was built for the 48hour Rails Rumble hackathon. So it will definitely have quirks and there's a ton of stuff we had to cut (like collab git access instead of full oauth which i believe would have solved most security concerns).

Dropbox let us set things up nicely, where we opt for only a single folder (Apps/DeployButton) and we can only see stuff you place directly inside.

The main appeal of DeployButton for me was to have a service I could easily connect to Campfire/Hipchat to script out deployments from there. It's not that deploying is "hard", it's that it's tedious and I believe should always done as a collaborative experience instead of solo.

More feedback greatly appreciated. Site and workers are already overloaded (we didnt anticipate an HN post). So apologies in advance.

[+] pknight|13 years ago|reply
This looks awesome. My concern though is giving a 3rd party access to my sites. There's not a lot of info regarding terms, security, data handling etc.
[+] zoidb|13 years ago|reply
Second that, it looks like maybe a cool gimmick for a personal site or small project but you are crazy if you would use it for anything important. Not to say the slick front-end wouldn't be useful, you should release the source code.
[+] mcos|13 years ago|reply
"It's built with simplicity and power in mind -- The simplicity for a non-technical user to be given the reigns to deploy from a master branch to a "staging" server… or to a production server after any tests have passed."

I'm sure there's good reasoning behind wanting to give a non-technical user the rights to deploy code to servers, but I'm afraid I can't seem to conceive of them right now. Can you elaborate why you would want someone without the requisite technical skills deploying code?

[+] wahnfrieden|13 years ago|reply
Copy changes. "Knobs" (configuration parameter changes that affect product-level behavior, things a product manager could decide about.)

Sure you can abstract copy from your codebase or markup, but that's not trivial or necessarily a benefit.

[+] krapp|13 years ago|reply
Great. Now make a big blue button to write the app for me as well, and a green one to send me all the money.
[+] yakshaving|13 years ago|reply
Clever. When we create that one, I'll password protect it and make sure it stays off HackerNews ;-)
[+] dhechols|13 years ago|reply
What does this do that running a Jenkins server couldn't do?
[+] edanm|13 years ago|reply
How is this different from just using Heroku's Command Line Tools, which are also just a "one command" deploy?

Honest question - I'm wondering what I'm missing.

[+] elb0w|13 years ago|reply
I never realized deploying code was so complicated
[+] jrockway|13 years ago|reply
Releases are easy if you don't stop to think about what could go wrong.
[+] est|13 years ago|reply
until you had > 20 projects to deploy dozens of times a day, to multiple machines.
[+] dmorgan|13 years ago|reply
Well, you would have to deploy serious code for projects with far-reaching financial consequences when things go wrong first...
[+] mikezupan|13 years ago|reply
I said the same thing last time a company came along that did deployments. Why would I trust a 3rd party rights to my whole system. Sell the product as software I can install and I'd think about it, until then I wouldn't even sign up.
[+] SirPalmerston|13 years ago|reply
It looks pretty awesome, but Linode is not listed in the deploy option.

And yeah, security would be an issue for me. I would most likely set up a user just for DeployButton.

[+] ghostfish|13 years ago|reply
I'm not sure what you're seeing, but Linode is right under Heroku on the right side "your web server" list.
[+] obilgic|13 years ago|reply
I was thinking about something like this, but not just for deployment but for server/service provisioning. Simplified chef-server as a service.
[+] moe|13 years ago|reply
That has to be the slickest bikeshed I've seen all day...

These kids need mentoring bad. Someone steer them to a worthwhile project please.

[+] yakshaving|13 years ago|reply
Thanks, I'm sure you mean that with the best intentions and not to be a troll. I'd love to hear your ideas to build a useful tool that we could 1) use for ourselves on our own startup (http://lizi.ai) during a Rails competition as a way to have a quick creative diversion :)

All that aside, I'd love to hear your worthwhile project ideas, Moe! [email protected]

[+] davidcelis|13 years ago|reply
This site doesn't work at all in mobile Safari
[+] yakshaving|13 years ago|reply
Thanks David! We found that out after deploying for the competition (RailsRumble 2012). We can't quite fix it now, but it should be changed after the judging.

I appreciate the support and heads up!

[+] drewjoh|13 years ago|reply
Very cool site! I think aTech Media's DeployHQ.com has been doing something similar. :) Does this differ in any way?
[+] flyinglizard|13 years ago|reply
I don't usually deploy but when I do, I appreciate original website design. You got an upvote.
[+] yakshaving|13 years ago|reply
Thanks for the props, Flyinglizard!
[+] hakanw|13 years ago|reply
This would be a nice and simple way to get ahold of people's login credentials. Oh wait.
[+] xd|13 years ago|reply
What's wrong with `git pull`, `svn update` etc?
[+] BostX|13 years ago|reply
+1. This button looks like a too much pimp to be useful. And let's coin that term: TMPTBU!
[+] jenskanis|13 years ago|reply
How can I choose a custom port for SFTP/SSH?