strider-aws-codedeploy
v0.1.8
Published
Deploy projects via AWS CodeDeploy
Downloads
8
Maintainers
Readme
strider-aws-codedeploy
Use this plugin to integrate AWS CodeDeploy into your Strider CD server. The plugin is published under the MIT license.
Requirements
This plugin uses some of the new ES6-features. One should therefore use node v4.x or above. This causes an issue on Ubuntu 14.04 LTS, which uses node 0.10.25 as it's standard-version.
Installation
Navigate to your Strider repository and run:
npm install strider-aws-codedeploy
After the repository is successfully installed, restart your Strider server. You should now see the plugin in the Strider UI.
Configuration
After the plugin is installed, just navigate to your project and add it to your deployment routine. You can then configure the deployment with CodeDeploy. If you need further information about how to set up the required AWS credentials, please have a look at the IAM User Guide.
Help, Suggestions, Bugs
In any case, feel free to open a GitHub issue.