An AWS Lambda function designed to return a .zip
file for registered Bluehost plugins.
Visit https://bluehost-wp-release.com/v1/:plugin
where :plugin
is a registered plugin name.
- Run
npm install
By default, this repository is setup to auto-deploy when a new commit is made.
However, if you wish to push changes from your local machine while testing, you can simply run the npm run deploy
command.
In order for local deployments to actually work, you will need to:
- Install the AWS CLI tool.
- Create a named profile named
bluehost
.