Depends how you deploy and update your server. If you build a solution that creates a new server with SQLite in the file system, the SQLite database you have in your codebase will be deployed - not the current one that is in production in the existing instance.
There are, of course, ways to get around this.