-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
projectId does not seem to work in the deploy config #9
Comments
Looks like it's due to the fact that you didn't specify |
@knownasilya I wanted it to use the global credentials from the installed gcloud cli 🤔 I think I'll submit a PR that allows them to be specified independently |
Sounds good 👍 |
mansona
added a commit
to stonecircle/ember-cli-deploy-gcloud-storage
that referenced
this issue
Nov 9, 2017
New version v0.2.1 published. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Howdy folks 👋
I've just tried to specify the projectId using the ENV in deploy.js:
but this doesn't work. I needed to do it on command line like this:
GCLOUD_PROJECT=super-awesome-project ember deploy production
The text was updated successfully, but these errors were encountered: