Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

gcloud beta app deploy #374

Closed
spyrosel opened this issue Mar 13, 2019 · 4 comments · Fixed by #394
Closed

gcloud beta app deploy #374

spyrosel opened this issue Mar 13, 2019 · 4 comments · Fixed by #394

Comments

@spyrosel
Copy link

I can't find a way to make it run "gcloud beta app deploy" instead of "gcloud app deploy" when running "appengine:deploy". Is there any? I want to use "network: session_affinity: true" and it seems that using "gcloud beta app deploy" is the only way to do it.

@chanseokoh
Copy link
Contributor

I assume you're working on the App Engine flexible environment. From what I see here, it doesn't say it requires gcloud beta app deploy to enable session affinity. Does gcloud app deploy complain when you have session_affinity: true?

@spyrosel
Copy link
Author

Yes I'm working on the flexible environment. It doesn't complain but it doesn't work either. I have asked a question in stackoverflow here and a user replied saying that using "gcloud beta app deploy" will make it work.

@loosebazooka
Copy link
Contributor

yeah to use beta currently you must do something like

$ mvn package appengine:stage
$ gcloud beta app deploy ./target/appengine-staging/app.yaml

@loosebazooka
Copy link
Contributor

loosebazooka commented Jul 19, 2019

@spyrosel this should be available now with the gcloudMode configuration option in version 2.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants