Managing Maintenance and Updates
Get familiar with the basics of app management.
We'll cover the following...
Several things will probably need to be managed and handled after publishing our app, and we’ll cover a few of them.
Fixing bugs and making changes
This should follow the same workflow we established at the beginning of this section. Any changes to our code, whether bug fixes or additions to our functionality, should be done the same way. We edit code locally, make sure it is running correctly, and then push to the central Git repository. Then, from the server, we pull the changes and rerun the app.