I recently successfully deployed the initial version of a WordPress project under development to Google App Engine using the Google App Engine Launcher. It works great. I make edits locally. Hit a button that says Deploy. Done.
However, on the next deployment I realized that everything that was done inside the WordPress dashboard locally does not make it up to the cloud deployment. The plugin files, style.css, and other files I edited upload just fine. Just not the database I'm guessing?
So using this workflow I have to do every WordPress dashboard change twice - once locally and again on the cloud. Can someone please tell me if I am missing a step here? This is my first time working with Google App Engine. Thanks!