So I guess you've been using the appcfg.sh tool to deploy a web app built the way you want...(maybe via Ant?)

Continue to do that, but change the flags used by appcfg and replace the update subcommand with the stage sub command. The stage subcommand takes an extra param at the end that is the location of an empty staging directory that will be populated with correct content. Then you can use the Cloud SDK to deploy this staging directory (pointing to it's app.yaml at the root).
gcloud preview app deploy stagingDir/app.yaml
Ludo

On 4/2/16 11:59 AM, Deepak Singh wrote:
Hi,

I have a running java web app on gae sandbox for last 3 years. Now would like to migrate it to GAE flexible env. We found the documents which recommends to use maven and build and deploy. We dont use maven in our app and would like not to use. So, is there any convenient way to deploy the app on FE without a maven project architecture ? Pls sugeest.

--
Tech
--
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] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[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/CAF6cnzbYypRrMJZzGihN6CGHGJdR7qrjN6U%2ByyBoP23CXAQGXw%40mail.gmail.com <https://groups.google.com/d/msgid/google-appengine/CAF6cnzbYypRrMJZzGihN6CGHGJdR7qrjN6U%2ByyBoP23CXAQGXw%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
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/570049B4.4030807%40google.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to