We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5662c87 commit 6820c79Copy full SHA for 6820c79
Makefile
@@ -13,4 +13,4 @@ ecr: docker
13
docker tag hfsubset:latest $(AWS_ECR_ENDPOINT)/hfsubset:$(GIT_COMMIT)
14
docker push $(AWS_ECR_ENDPOINT)/hfsubset:latest
15
docker push $(AWS_ECR_ENDPOINT)/hfsubset:$(GIT_COMMIT)
16
-
+ aws ecs update-service --cluster hfsubset_cluster --service hfsubset_service --force-new-deployment --region "us-west-2"
0 commit comments