We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 368a72b + 996ca59 commit 27b6d72Copy full SHA for 27b6d72
1 file changed
sandbox/Makefile
@@ -1,4 +1,5 @@
1
SHELL := /bin/bash
2
+ENV ?= prod
3
dirname := $(notdir $(patsubst %/,%,$(CURDIR)))
4
project_name = eligibility-signposting-api
5
@@ -22,7 +23,7 @@ build-and-tag:
22
23
make tag-service-image
24
25
proxygen-docker-login: # Login to Proxygen Docker registry
- make -C .. setup-proxygen-credentials
26
+ make -C .. setup-proxygen-credentials ENV=$(ENV)
27
proxygen docker get-login | bash
28
29
publish-to-docker-repo:
0 commit comments