This is brilliant. Are affiliate links on the roadmap? That could create a great revenue stream for self-hosted projects.
Does this support normal Git links? If so, you could simply link to a Gumroad or similar site and have that send a Heroku Button link with a customized git repo where they can deploy from.
Introducing Heroku Button
11–20 of 47 posts
Re: Introducing Heroku Button
#12Heroku should consider using SVG for the badge, just like shields.io and services like Travis CI do. The current button is blurry on a retina screen, and basic SVG is really well supported.
Re: Introducing Heroku Button
#13Does this have to work only via Github? Any chance it can support any arbitrary Git URI?
Re: Introducing Heroku Button
#14Earlier quoted context omitted.
Does this support normal Git links? If so, you could simply link to a Gumroad or similar site and have that send a Heroku Button link with a customized git repo where they can deploy from.
I imagine you need to set up your app to use Heroku. It's not very hard but beware that you can't write to the filesystem with Heroku so that would need to be factored in to the functionality of quite a few apps.
Re: Introducing Heroku Button
#15Earlier quoted context omitted.
Does this support normal Git links? If so, you could simply link to a Gumroad or similar site and have that send a Heroku Button link with a customized git repo where they can deploy from.
I imagine you need to set up your app to use Heroku. It's not very hard but beware that you can't write to the filesystem with Heroku so that would need to be factored in to the functionality of quite a few apps.
Re: Introducing Heroku Button
#16Re: Introducing Heroku Button
#17Re: Introducing Heroku Button
#18This is extremely clever. One of the reasons WordPress took off was the easy, non-technical install process.
Ironically Wordpress is a pain in the ass to deploy on "non persistent/deploy with git" PAAS.And uploading plugins directly through the admin is a no go in these cases.
Worpdress wouldnt deploy directly with that one click install,given the fact the configuration is hardwritten on the disk.It would need some refactoring.
You'd need at least to enter some env variables to make things work,and the app would need to detect the db state and run migrations,if not properly initalized,when using a RDBMS(since again,sqlite is out of question on Heroku).
Re: Introducing Heroku Button
#19This is brilliant. Are affiliate links on the roadmap? That could create a great revenue stream for self-hosted projects.
Does this support normal Git links? If so, you could simply link to a Gumroad or similar site and have that send a Heroku Button link with a customized git repo where they can deploy from.
Re: Introducing Heroku Button
#20Does this have to work only via Github? Any chance it can support any arbitrary Git URI?
The challenge is that we have to resolve the [app.json][1] file to generate the deploy UI.
[1]: https://blog.heroku.com/archives/2014/5/22/introducing_the_a...