I'm still rather ignorant of the appengine module deployment process. My app has three modules that I update and deploy independently.
I just noticed that while I had skip_files
declared in app.yaml for my default module, that my custom modules were still deploying everything. So I copied-pasted the directives from app.yaml to the custom YAML files. While I don't see the need to change these often, I'd still like to DRY as much as I can.
Is there a way to define skip_files
once and inherit or reference those directives?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…