- Delete Modulus projects instead of just stopping them [3ca0fae]
- Do not delete existing S3 bucket on redeploy [13cabba]
- Adds support for passing environment variables to Modulus with the
env
property indeployer
options. [8c9640a]
- Do not withdraw the project for the branch of a closed pull request if that branch also has another open pull request [8b95857]
- Add
method
andheaders
options to webhook notifier [d02c723] - Add circleci-withdraw-closed-github-pull-requests script [6b50d0e]
- Use latest s3-site [9abaf3b]
- Default deployer target name [dd3dc06]
- Install modulus-cli automatically [1602923]
- s3-static-website deployer [d8e176a]
BREAKING CHANGES:
- The
circleci-deploy-github-pull-request-to-modulus
script is renamed tocircleci-deploy-github-pull-request
, and now requires the deployer service to be specified with the--deployer=SERVICE
command line option or in the--options-from=FILE
options file (as{"deployer": {"service": "SERVICE"}}
).
- Stop/delete project after PR is merged [870b9ed]
- Initial release