Live data from Hacker News

Dploy.io - Ship code from GitHub, Bitbucket or SVN/Git repo

dploy.io

31–40 of 43 posts

Re: Dploy.io - Ship code from GitHub, Bitbucket or SVN/Git repo

#32

Earlier quoted context omitted.

The plans are $29/$79/$199 for 10/30/100 deployment servers in the account. Everything else is unlimited.

Thanks. Don't forget to put that on the web site ;)

We will! Just wanted to launch faster! :D

Re: Dploy.io - Ship code from GitHub, Bitbucket or SVN/Git repo

#33

$29+/mo for something as trivial as web-configurable {git pull,hg update,svn checkout} && {rsync,git push,s3cmd sync}; {mailx,curl} pipeline that runs on external notification event or from crontab? Never thought someone would sell this as a service.

Then you probably shouldn't look at https://www.statuspage.io/pricing

In reality, most of the things that are sold as services these days can be done from scratch by a guy who knows what he's doing. The question is whether you have better things to be working on instead.

Re: Dploy.io - Ship code from GitHub, Bitbucket or SVN/Git repo

#34
Am really confused. Why is a service like this needed? For example, I can use git-ftp to sync between Git and FTP. I can use Amazon's SDK to sync between Git and their services. I've been actively using both and they work brilliantly. Am sure the same can be done for other services as well. So why would I want something like this for $29/mo?

Re: Dploy.io - Ship code from GitHub, Bitbucket or SVN/Git repo

#35
>Free for open source.

Great! Where's the source?

I'm not going to complain about the price, because if there's a market that pays that price then they should charge it.

I'm not going to snub their project because I could write it myself.

Instead, I want to look at their source code and compare their techniques to what I would do and what others have done, and congratulate them for their work. So congrats!

Source, please!

Re: Dploy.io - Ship code from GitHub, Bitbucket or SVN/Git repo

#36

>Free for open source. Great! Where's the source? I'm not going to complain about the price, because if there's a market that pays that price then they should charge it. I'm not going to snub their project because I could write it myself. Instead, I want to look at their source code and compare their techniques to what I would do and what others have done, and congratulate them for their work. So congrats! Source, pl…

Free for open source means you can deploy your open source project for free. dploy.io is not open source. We're open sourcing parts of it though (not all up to date yet):

https://github.com/clj-jgit/clj-jgit https://github.com/dsabanin/subversion-clj https://github.com/dsabanin/fastbeans

We're working on the new engine for deployments already, and you will see more pieces of it open sourced.

Re: Dploy.io - Ship code from GitHub, Bitbucket or SVN/Git repo

#38

>Free for open source. Great! Where's the source? I'm not going to complain about the price, because if there's a market that pays that price then they should charge it. I'm not going to snub their project because I could write it myself. Instead, I want to look at their source code and compare their techniques to what I would do and what others have done, and congratulate them for their work. So congrats! Source, pl…

"Free for open source" means that they are offering their product for free (eg, without cost) to projects that are open source.

They are not publishing their own source.

If you're running a small, open source project, this seems like an easy way to manage deployments. Kudos to them for a free plan.

Re: Dploy.io - Ship code from GitHub, Bitbucket or SVN/Git repo

#39

$29+/mo for something as trivial as web-configurable {git pull,hg update,svn checkout} && {rsync,git push,s3cmd sync}; {mailx,curl} pipeline that runs on external notification event or from crontab? Never thought someone would sell this as a service.

But they are, successfully. So clearly there's a market there!

Re: Dploy.io - Ship code from GitHub, Bitbucket or SVN/Git repo

#40

$29+/mo for something as trivial as web-configurable {git pull,hg update,svn checkout} && {rsync,git push,s3cmd sync}; {mailx,curl} pipeline that runs on external notification event or from crontab? Never thought someone would sell this as a service.

Then you probably shouldn't look at https://www.statuspage.io/pricing In reality, most of the things that are sold as services these days can be done from scratch by a guy who knows what he's doing. The question is whether you have better things to be working on instead.

You know, I wouldn't pay for $29/mo for one of these -- but it'd be pretty obvious to pay (some number larger than $29)/mo for a combination of these. I think it's just that I'd have to sign up and keep track of so many individual little services that bothers me.

Whereas, if someone was selling a service that provided pre-scaled (so not Slashdottable) status pages, blogs, docs, wikis, CDNs, etc., and also maybe private git hosting and a CI server -- that'd basically be "you host the webapp, we do the rest", and I could imagine going for that. (Especially since the "you host the webapp" part is exactly where a PaaS slots in.)

Post reply on HN