getting cloud working ok.

This commit is contained in:
2023-03-19 22:47:46 -07:00
parent 78519663ac
commit 45ab9fe0af
13 changed files with 2139 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ phases:
- echo Logging in to Amazon ECR...
- aws --version
- $(aws ecr get-login --region $AWS_DEFAULT_REGION --no-include-email)
- REPOSITORY_URI=679918342773.dkr.ecr.us-east-1.amazonaws.com/integreat
- REPOSITORY_URI=679918342773.dkr.ecr.us-east-1.amazonaws.com/integreat-cloud
- COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
- IMAGE_TAG=${COMMIT_HASH:=latest}
- wget https://raw.github.com/technomancy/leiningen/stable/bin/lein