I have an GAE app, and I deploy it on 2 different domains, and they use separate datastores.
However, right now it is done by having two identical folders with different app.yaml configurations.
If I make changes I need to copy all files again. Is there an elegant solution for that, like having two app.yaml files in the same folder?
Use a single application, with namespaces to separate data between domains.
Appcfg.py has a --application command line option that is supposed to override the value in your app.yaml. Using that you could deploy the same directory to two different apps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With