Skip to content

Commit

Permalink
Add new service update for test deployments (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkueloc authored and rasarkar committed Oct 9, 2024
1 parent e54c407 commit cd6ff20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-main-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
IMAGE_TAG: ${{ secrets.IMAGE_TAG }}
CLUSTER: ${{ secrets.CLUSTER }}
TARGET_SERVICE: ${{ secrets.TARGET_SERVICE }}
TARGET_SERVICE_B: ${{ secrets.TARGET_SERVICE_B }}
run: |
docker pull $REGISTRY/concordia:$IMAGE_TAG_PULL
docker pull $REGISTRY/concordia/importer:$IMAGE_TAG_PULL
Expand All @@ -51,3 +52,4 @@ jobs:
docker push $REGISTRY/concordia/celerybeat:$IMAGE_TAG
aws ecs update-service --region ${{ env.AWS_REGION }} --force-new-deployment --cluster $CLUSTER --service $TARGET_SERVICE
aws ecs update-service --region ${{ env.AWS_REGION }} --force-new-deployment --cluster $CLUSTER --service $TARGET_SERVICE_B

0 comments on commit cd6ff20

Please sign in to comment.