[QUESTION] How to use 'make deploy' in Windows #1519
Labels
priority:low
Low priority issue or pull request
question
Further information is requested
status:review_needed
Issue or pull request needs reviewed
Question
How do you use 'make deploy' in windows when using a make file?
Context
I have a make file set up and I am trying to run 'make deploy-vpc' from the windows command line. I have Make installed via choco but I receive the following error.
C:\Users<USER>\Projects\vpc-tf>make deploy-vpc
DEPLOY_ENVIRONMENT=common runway deploy --tag vpc
'DEPLOY_ENVIRONMENT' is not recognized as an internal or external command,
operable program or batch file.
make: *** [Makefile:4: deploy-vpc] Error 1
This is the content of the make file.
deploy-vpc:
DEPLOY_ENVIRONMENT=common runway deploy --tag vpc
I'm guessing this is due to some inherent issue with the way Windows uses environment variables on the command line?
The text was updated successfully, but these errors were encountered: