aws-utilities
aws-utilities copied to clipboard
Docker images and scripts to deploy to AWS
When running `codeship_aws eb_deploy`, a new version [is named](https://github.com/codeship-library/aws-utilities/blob/master/deployment/scripts/codeship_aws_eb_deploy#L20) `VERSION_NAME=${CI_COMMIT_ID}-${CI_BUILD_ID}-$(date +%Y-%m-%d.%H:%M:%S)`. This is usually fine, but when running two parallel deployment steps to different environments but the same application, it's...
This is the custom JSON file which allows Codeship to overwrite files.
This PR adds an environment variable called CODEDEPLOY_CLI_INPUT_JSON which when supplied, it will be passed into the --cli-input-json argument for 'aws deploy create-deployment' so that we can pass in additional...
the current copy to s3 setup, does not remove old files. Can this either be made standard or provide a way to enable that behavior? Thanks 😄
Hi, I am trying to push a docker image to aws ecs with multiple tags. Specifically latest and {{ .CommitID }}. I tried different options but it doesnt work. Pls...
We need to be able to push revisions and later on the same build deploy them. For that purpose i've created #72 I've replaced the FILENAME format:  For this,...
We need in our CI/CD pipelines, the ability to push revisions and deploy them in different steps note that the file name is being changed to use `CI_TIMESTAMP` instead of...
If you try to do a parallel deploy to multiple ElasticBeanstalk Applications / Environments then only one artefact gets replicated across all those environments :( Because this line uses the...