Skip to content

Kudu script required to deploy a Jekyll site to Windows Azure App Services

License

Notifications You must be signed in to change notification settings

ritterim/jekyll-azure-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Azure Deploy

Deployment files for building Jekyll on a Windows backed Azure Web Apps instance.

Installation

Download the .deployment, deploy.cmd, and getruby.cmd files into your repository root folder.

One way to do this is to cd into the repository root folder. Then, using curl:

curl -O https://raw.githubusercontent.com/ritterim/jekyll-azure-deploy/master/.deployment && curl -O https://raw.githubusercontent.com/ritterim/jekyll-azure-deploy/master/deploy.cmd && curl -O https://raw.githubusercontent.com/ritterim/jekyll-azure-deploy/master/getruby.cmd

If you encounter timeout issues on deployment, add a SCM_COMMAND_IDLE_TIMEOUT app setting in the Azure portal and set it to 3600 or similar.

Additional information

For additional information, see Deploying Jekyll to Windows Azure App Services.

License

MIT

About

Kudu script required to deploy a Jekyll site to Windows Azure App Services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages