Actually, *five *commands are needed just to deploy -- how can we do it with one?
mvn appengine:deploy mvn appengine:deployCron mvn appengine:deployDispatch mvn appengine:deployIndex mvn appengine:deployQueue On Sun, Aug 6, 2017 at 3:52 PM, Joshua Fox <[email protected]> wrote: > We want to deploy the app, the cron and the indexes in one command, but > this does not work > > mvn appengine:deploy -Dapp.deploy.deployables=app.yaml cron.yml > queue.yaml > > We are forced to run three separate mvn appengine:deploy commands, one > each for each of these. This is very slow. How can we deploy all at once. > > (Using com.google.cloud.tools:appengine-maven-plugin) > -- *JOSHUA FOX* Principal Software Architect | Freightos *T (Israel): *+972-545691165 | *T (US)*: +1-3123400953 Smooth shipping. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAD%3DB7cPbthe2DGq7Nw8%3DhcFz_Di03vxKN3h82%3DX2ib092wkLDg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
