Skip to content

Commit

Permalink
Updating travis
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuzman committed Apr 29, 2024
1 parent 87ab7ed commit bc11e9f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ branches:
only:
- qa
- production
- DR-2564-production-travis
env:
global:
- AWS_DEFAULT_REGION=us-east-1
Expand Down Expand Up @@ -43,8 +42,10 @@ jobs:
- ECR_URL=557492996044.dkr.ecr.us-east-1.amazonaws.com/dc-frontend:latest
- AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID_PRODUCTION
- AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY_PRODUCTION
- CLUSTER_NAME=dc-frontend
- SERVICE_NAME=dc-frontend
# ECS cluster name was updated from dc-frontend to new-digitalcollections
# This is only true for production
- CLUSTER_NAME=new-digitalcollections
- SERVICE_NAME=new-digitalcollections
- APP_ENV=production
install:
- pip install --user awscli
Expand Down

0 comments on commit bc11e9f

Please sign in to comment.