We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b13cd commit 3a520f7Copy full SHA for 3a520f7
.github/workflows/deploy-sandbox.yml
@@ -38,4 +38,10 @@ jobs:
38
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG_LOCAL
39
docker tag $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG_LOCAL $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG_REMOTE
40
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG_REMOTE
41
-
+
42
+ - name: Trigger ECS Deployment
43
+ env:
44
+ CLUSTER_NAME: iiif-poc-sandbox
45
+ SERVICE_NAME: iiif-poc-sandbox
46
+ run: |
47
+ aws ecs update-service --cluster $CLUSTER_NAME --service $SERVICE_NAME --force-new-deployment
0 commit comments