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.
2 parents ad23dcb + 07cef71 commit 4aa9584Copy full SHA for 4aa9584
Makefile
@@ -22,9 +22,6 @@ publish: ## Promote the current staging build to production
22
docker pull $(ECR_REGISTRY)/analytics-stage:latest
23
docker tag $(ECR_REGISTRY)/analytics-stage:latest $(ECR_REGISTRY)/analytics-prod:latest
24
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)
28
docker push $(ECR_REGISTRY)/analytics-prod:latest
29
docker push $(ECR_REGISTRY)/analytics-prod:$(DATETIME)
30
aws ecs update-service --cluster analytics-prod-cluster --service analytics-prod --region us-east-1 --force-new-deployment
0 commit comments