Skip to content

Commit

Permalink
makefile: update service on 'make ecr'
Browse files Browse the repository at this point in the history
  • Loading branch information
program-- committed May 28, 2024
1 parent 5662c87 commit 6820c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ecr: docker
docker tag hfsubset:latest $(AWS_ECR_ENDPOINT)/hfsubset:$(GIT_COMMIT)
docker push $(AWS_ECR_ENDPOINT)/hfsubset:latest
docker push $(AWS_ECR_ENDPOINT)/hfsubset:$(GIT_COMMIT)

aws ecs update-service --cluster hfsubset_cluster --service hfsubset_service --force-new-deployment --region "us-west-2"

0 comments on commit 6820c79

Please sign in to comment.