Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
druzhynin-oleksii committed Sep 10, 2020
1 parent 4833d8e commit 6d5cdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ backend:
variables:
AWS_DEFAULT_REGION: eu-central-1
DOCKER_HOST: tcp://localhost:2375/
REPOSITORY_URL: local/model_garden_backend
REPOSITORY_URL: $PROD_BACKEND_ECR_URI
#Set for deployment tag commit short hash code as default
DEPLOY_TAG: $CI_COMMIT_SHORT_SHA
before_script:
Expand Down Expand Up @@ -151,7 +151,7 @@ frontend:
variables:
AWS_DEFAULT_REGION: eu-central-1
DOCKER_HOST: tcp://localhost:2375/
REPOSITORY_URL: local/model_garden_frontend
REPOSITORY_URL: $PROD_FRONTEND_ECR_URI
#Set for deployment tag commit short hash code as default
DEPLOY_TAG: $CI_COMMIT_SHORT_SHA
before_script:
Expand Down

0 comments on commit 6d5cdfb

Please sign in to comment.