Skip to content

Commit

Permalink
Add initial support for CBDS deployments in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Jul 22, 2024
1 parent 7109b28 commit fde7ef8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ production: check-context deploy ## Deploy the Production commons
production-context: change-context # Change to the Production context
production production-context: CONTEXT=arn:aws:eks:us-west-2:119548034047:cluster/aced-commons-production

cbds: DEPLOY=cbds
cbds: check-context deploy ## Deploy the cbds commons
cbds-context: change-context # Change to the cbds context
cbds cbds-context: CONTEXT=cbds

context: ## Output the current Kubernetes context
@echo "Current context: $(shell kubectl config current-context)"

Expand Down

0 comments on commit fde7ef8

Please sign in to comment.