Serverless Autopublisher

This is a task built on the Serverless Framework to push commits to a repo at regular intervals, providing a universal solution to triggering deployments on a schedule.

Read the announcement post on Forestry.io

Instructions

Install as a serverless template:

serverless create --template-url https://github.com/dwalkr/serverless-autopublish --path serverless-autopublish

View the full usage documentation

Development

Go 1.9 or higher is required to build the app.

View the full development documentation