Deployment

One of the many benefits of static generation is that the end result is a collection of final files. By default, Wyam places the result of your build in the output folder. You can manually deploy your site by simply uploading these files to your host. There are also other ways to build and deploy your content described below.

AppVeyor for Continuous Integration How to use GitHub Pages and AppVeyor to enable a free continuous integration environment for your site.
Azure How to deploy your static site to Azure.
Netlify How to deploy your static site to Netlify.
Serving From A Subdirectory How to support hosts that place your site under a subdirectory.
SSL and HTTPS Making your Wyam site work over HTTPS.
Using Cake Instrument your build and deployment steps with Cake.
GitHub