문제

I am fooling with Google App Engine again and I deployed my source to the live app, but I neglected to delete some local files that were unrelated. Anyway, I found a way update or download sources using appcfg.py. But I can't find a way to actually delete source code off of the live service. Is that allowed? I would like to delete those unrelated files.

Thanks for any info

도움이 되었습니까?

해결책

You should deploy a new version that does not contain those files, then using the appspot admin console set that as the default version and delete the old version.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top