Skip to content
Snippets Groups Projects
Commit 577255af authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

ci(aws): export env variables for login

parent 106aeae3
No related branches found
No related tags found
1 merge request!10Sprint #12
......@@ -94,10 +94,12 @@ demo:aws-qa:
name: qa/$PACKAGE_NAME
url: http://52.211.238.137/
script:
- export AWS_REGION="eu-west-1"
- export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
- export AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
- apk --no-cache add --update python python-dev py-pip
- pip install ecs-deploy
- eval $(aws ecr get-login --no-include-email --region eu-west-1 | sed 's|https://||')
- ecs deploy --region eu-west-1 ${CLUSTER_NAME} ${IMAGE_REPO}:${CI_COMMIT_SHA} --tag ${CI_COMMIT_SHA}
- ecs deploy --region ${AWS_REGION} ${CLUSTER_NAME} ${IMAGE_REPO}:${CI_COMMIT_SHA} --tag ${CI_COMMIT_SHA}
demo:staging:
image: $IMAGE_ORG/$IMAGE_NAME:$CI_COMMIT_SHA
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment