We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the make env command, which is an alias of make get-secrets, does not have a default value for the ENV variable
make env
make get-secrets
ENV
assign local as the default value for theENV variable, e.g. make env -> make env ENV=local
local
make env ENV=local
2
The text was updated successfully, but these errors were encountered:
also tagged images pushed to github with current short sha
Sorry, something went wrong.
mxfactorial
Successfully merging a pull request may close this issue.
current
the
make env
command, which is an alias ofmake get-secrets
, does not have a default value for theENV
variableexpected
assign
local
as the default value for theENV
variable, e.g.make env
->make env ENV=local
hourly estimate
2
The text was updated successfully, but these errors were encountered: