deploy.sh in {docpad folder}/bin/.env file in your docpad folder with the following values:#!/bin/bash
DEPLOY_SOURCE_DIR="out/"
DEPLOY_DEST_DIR="~/public_html/"
DEPLOY_SERVER=deploy-server-name
DEPLOY_ACCOUNT=deploy-login-name
.deployignore file in docpad folder with the following values:**.svn
.git
.gitignore
./bin/deploy.sh -n deploy with./bin/deploy.sh