I'm having trouble with deploying my dispatch.yaml
file to App Engine, using the following command (as described in the doc):
gcloud app deploy displatch.yaml --project [my-project] --account [my-email@gmail.com]
dispatch.yaml
looks like this:
dispatch:
- url: something.mycustomdomain.com/*
service: something
This used to work fine, but now I'm getting this error:
Unexpected attribute 'dispatch' for object of type AppInfoExternal.
in "/home/bgirschig/Documents/projects/offensive culture/WEB/website/displatch.yaml"
I had made a change to the file, but reverting it to its previous state does not sovle the issue.
I've tried: