Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonKowalski committed Jan 10, 2025
2 parents 0a4db67 + de3e59a commit d0b3c54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/aws_build_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:

name: Build Dev Image and Push to ECR

env:
ECS_CLUSTER: 'folio-order-import-api-dev'
ECS_SERVICE: 'folio-order-import'

jobs:
deploy:
name: Deploy
Expand Down Expand Up @@ -41,4 +45,7 @@ jobs:
# be deployed to ECS.
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
- name: Force New Deployment
run: |
aws ecs update-service --cluster $ECS_CLUSTER --service $ECS_SERVICE --force-new-deployment

0 comments on commit d0b3c54

Please sign in to comment.