Current version: v2.2.0
This repository hosts the CI/CD shell scripts for projects to be deployed into AWS.
This repo is designed to be included into other repo as a git submodule. To include it:
git submodule add -b main https://github.com/ringier-data/ops-ci-shared.gitNOTE: it is important to add submodule using https instead of git protocol, because the AWS CodeBuild agent does not have an SSH key
to access Github.