Custom NodeJs Deployment on Azure Web App

One of the advantages of using Azure Web App is how easy it is to deploy a NodeJS app. If you have an app as simple as this one, Azure Web App will pick it up, install all the node dependencies, and serve the app on port 80. And you are done!!! Unfortunately, a lot of times, you might want to venture outside the comfort of auto-deploy land, and do some customization....

March 24, 2017 · 5 min · 959 words · Hao Luo

Delivering Hugo with Dokku (and Docker)

I’m trying to learn how to use dokku to deploy this hugo site. … and it’s deployed now!!

December 3, 2015 · 1 min · 18 words · Hao Luo