Thread overview
An example of using D build pack for Heroku. Deploy your vibe-d app to Heroku in just one click!
Oct 11, 2019
Pablo De Nápoli
Oct 11, 2019
Pablo De Nápoli
Oct 30, 2019
aberba
Oct 25, 2019
Sönke Ludwig
October 11, 2019

I just wanted to let you know that I have creating an example of how to use
your build pack for deployment of D applications into Heroku (¡Many
thanks to Martin Nowak for creating that! I also have written to him about this).

The nice feature is that you just start by cloning my repository and then
deploy your application to Heroku in one click by pressing the Heroku button.

For new users, this will be much easier than follow the instructions at

https://tour.dlang.org/tour/en/vibed/deploy-on-heroku

so I suggest that you add a link there.

all the best
Pablo De Nápoli
October 11, 2019
On Friday, 11 October 2019 at 22:41:51 UTC, Pablo De Nápoli wrote:
>
>
> I just wanted to let you know that I have creating an example of how to use
> your build pack for deployment of D applications into Heroku (¡Many
> thanks to Martin Nowak for creating that! I also have written to him about this).
>
> The nice feature is that you just start by cloning my repository and then
> deploy your application to Heroku in one click by pressing the Heroku button.
>
> For new users, this will be much easier than follow the instructions at
>
> https://tour.dlang.org/tour/en/vibed/deploy-on-heroku
>
> so I suggest that you add a link there.
>
> all the best
> Pablo De Nápoli

I forgot the URL of my repository

https://github.com/pdenapo/d-lang-heroku-example
October 25, 2019
Am 12.10.2019 um 00:41 schrieb Pablo De Nápoli:
> 
> 
> I just wanted to let you know that I have creating an example of how to use
> your build pack for deployment of D applications into Heroku (¡Many
> thanks to Martin Nowak for creating that! I also have written to him about this).
> 
> The nice feature is that you just start by cloning my repository and then
> deploy your application to Heroku in one click by pressing the Heroku button.
> 
> For new users, this will be much easier than follow the instructions at
> 
> https://tour.dlang.org/tour/en/vibed/deploy-on-heroku
> 
> so I suggest that you add a link there.
> 
> all the best
> Pablo De Nápoli

I've added a link to https://vibed.org/tutorials
October 30, 2019
On Friday, 11 October 2019 at 22:43:32 UTC, Pablo De Nápoli wrote:
> On Friday, 11 October 2019 at 22:41:51 UTC, Pablo De Nápoli wrote:
>>
>>
>> I just wanted to let you know that I have creating an example of how to use
>> your build pack for deployment of D applications into Heroku (¡Many
>> thanks to Martin Nowak for creating that! I also have written to him about this).
>>
>> The nice feature is that you just start by cloning my repository and then
>> deploy your application to Heroku in one click by pressing the Heroku button.
>>
>> For new users, this will be much easier than follow the instructions at
>>
>> https://tour.dlang.org/tour/en/vibed/deploy-on-heroku
>>
>> so I suggest that you add a link there.
>>
>> all the best
>> Pablo De Nápoli
>
> I forgot the URL of my repository
>
> https://github.com/pdenapo/d-lang-heroku-example

There's Now.sh which has runtime/builders (https://github.com/zeit/now-builders) for Go, Pyhton, etc. I wonder how e can get it to run D code.