Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
760 views
in Technique[技术] by (71.8m points)

google app engine - Do I need to copy `skip_files` across multiple YAML files?

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...