Skip to content

Commit

Permalink
Updated ecr definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmadden173 committed Oct 22, 2024
1 parent f0f5e48 commit 4d3939b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
env:
AWS_DEFAULT_REGION: us-west-2
AWS_ECR_REPOSITORY_NAME: dirtviz-ecr
AWS_ECR_REPOSITORY_NAME: dirtviz-api
AWS_ECS_SERVICE_NAME: dirtviz-service-api
AWS_ECS_CLUSTER_NAME: dirtviz-cluster

Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
runs-on: ubuntu-latest
env:
AWS_DEFAULT_REGION: us-west-2
AWS_ECR_REPOSITORY_NAME: dirtviz-worker-ecr
AWS_ECR_REPOSITORY_NAME: dirtviz-worker
AWS_ECS_SERVICE_NAME: dirtviz-service-celery
AWS_ECS_CLUSTER_NAME: dirtviz-cluster

Expand Down

0 comments on commit 4d3939b

Please sign in to comment.