Skip to content

Commit

Permalink
Merge pull request #4159 from DFE-Digital/makefile
Browse files Browse the repository at this point in the history
Makefile environment names to be equal to Apply
  • Loading branch information
tomas-stefano authored Apr 18, 2024
2 parents c39d23e + d95bfd2 commit 716cae2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,27 @@ action-group-resources: set-azure-account # make env_aks action-group-resources
echo ${RESOURCE_NAME_PREFIX}-${SERVICE_SHORT}-mn-rg
az group create -l uksouth -g ${RESOURCE_NAME_PREFIX}-${SERVICE_SHORT}-mn-rg --tags "Product=Find postgraduate teacher training" "Environment=Test" "Service Offering=Teacher services cloud"
az monitor action-group create -n ${RESOURCE_NAME_PREFIX}-${SERVICE_NAME} -g ${RESOURCE_NAME_PREFIX}-${SERVICE_SHORT}-mn-rg --action email ${RESOURCE_NAME_PREFIX}-${SERVICE_SHORT}-email ${ACTION_GROUP_EMAIL}

.PHONY: qa
qa: qa_aks

.PHONY: staging
staging: staging_aks

.PHONY: sandbox
sandbox: sandbox_aks

.PHONY: production
production: production_aks

.PHONY: logs
logs: aks-logs

.PHONY: shell
shell: aks-ssh

.PHONY: worker-shell
worker-shell: aks-worker-ssh

.PHONY: console
console: aks-console

0 comments on commit 716cae2

Please sign in to comment.