Gcloud app deploy not upload edited files

Hello dear.

When i use cmd:

gcloud app deploy appengine/build/war/WEB-INF/appengine-web.xml --project=AppName -v 1

When edit file nothing uploading all time show Uploading 0 files
image

how i can force reuploading all files or just editeds files?

best regards

@ewpatton

If you’re making changes, did you recompile? If not, none of the files will have changed and gcloud is doing the right thing here.

1 Like

But how do you recompile?

To rebuild the website portion of the system, run ant noplay.