can't run or deploy Google App Engine from IntelliJ

651 Views Asked by At

I'd like to deploy an app on GAE, but I think I must be missing something.

  • I've downloaded the google cloud code plugin for IntelliJ.
  • I've installed the gcloud SDK
  • I've authenticated with my google account

I've created a new project of type GAE project, which in the project structure window shows the GAE facet, and has an appengine-web.xml file.

Yet when I try and run my new project the log shows an error:

21:51 Error running 'Google App Engine Deployment': Deployment is not selected

I presume it's referring to this window:

enter image description here

As you can see there are no deployments. When I try to edit the Run configuration, there's not much there:

enter image description here

What am I doing wrong?

1

There are 1 best solutions below

3
On

what happens if you try adding AppEngine support explicitly, i.e. using Tools -> Cloud Code -> App Engine -> Add App Engine Support -> App Engine Standard menu? Will the deployment target appear or anything changes?