We separate test and production into different projects. The test project has some codes in app engine and objects in cloud storage. What's the best way to port these from test project to production project?
Do I download the codes and objects from test project to my laptop and them push them up to production projects? Is there a better way to deploy?