Deploy
DocPad websites can be deployed anywhere. Here are a few of the most common deployments.
Deploying DocPad
Preparing DocPad for Deployment
"engines" : { "node": "6", "npm": "3" }, "dependencies": { "docpad": "6", "docpad-plugin-blah": "2" }, "main": "node_modules/.bin/docpad-server", "scripts": { "start": "docpad-server", "test": "docpad generate --debug --silent --env static", "info": "docpad info --silent" }
To Static Servers (Apache, Nginx, etc.)
For deployment to a Custom Static Server
For deployment to GitHub Pages
For deployment to a Cloud Data Storage Provider (AWS S3, Google Storage, etc.)
To a Node.js Hosting Provider
For deployment to Heroku
For deployment to OpenShift
For deployment to Windows Azure
For deployment to Modulus
For deployment to Docker
Continuous Deployment
To GitHub Pages
To GitLab Pages
Last updated
Was this helpful?