Skip to content

Commit 4aa9584

Browse files
author
Mike Graves
authored
Merge pull request #3 from MITLibraries/fix-publish
Fix publish target in Makefile
2 parents ad23dcb + 07cef71 commit 4aa9584

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ publish: ## Promote the current staging build to production
2222
docker pull $(ECR_REGISTRY)/analytics-stage:latest
2323
docker tag $(ECR_REGISTRY)/analytics-stage:latest $(ECR_REGISTRY)/analytics-prod:latest
2424
docker tag $(ECR_REGISTRY)/analytics-stage:latest $(ECR_REGISTRY)/analytics-prod:$(DATETIME)
25-
26-
promote:
27-
$$(aws ecr get-login --no-include-email --region us-east-1)
2825
docker push $(ECR_REGISTRY)/analytics-prod:latest
2926
docker push $(ECR_REGISTRY)/analytics-prod:$(DATETIME)
3027
aws ecs update-service --cluster analytics-prod-cluster --service analytics-prod --region us-east-1 --force-new-deployment

0 commit comments

Comments
 (0)