Nuxt Starter - loosing my data changes when deploying

System Information
  • Strapi Version: 3.6.6
  • Operating System: ubuntu-20-04-x64
  • Database: Sqlite
  • Node Version: 14.17.4
  • NPM Version: 6.14.14
  • Yarn Version: 1.22.5

New to Strapi, its my first project. I have setup Nuxt Blog Starter locally that works fine. Deploying with Cleavr to Digital Ocean also working fine. My issue is that the data is reset everytime I push something. I have to add a new super admin and the changes made to the articles are lost.

I guess this is due to the fact its a starter and the starter is supposed to seed the db but how can I get rid of that?