Sep 8, 2018 · 1 min read
Hey Mat Ryer, when I try to run the following command:
gcloud app deploy app.yaml -v v1I get the following error:
Your deployment has succeeded, but promoting the new version to default failed. You may not have permissions to change traffic splits. Changing traffic splits requires the Owner, Editor, App Engine Admin, or App Engine Service Admin role. Please contact your project owner and use the `gcloud app services set-traffic — splits <version>=1` command to redirect traffic to your newly deployed version.I have given the project the *App Engine Admin Role*. May I know how to resolve this error? Thanks!
