Kirby Panel on Heroku

Hi, I host my Kirby 3.0 website on Heroku and it’s going great so far.
I added “panel install => true” to my config file, which enabled the panel to work on Heroku.

Unfortunately, everytime I push my local changes to Heroku, I always have to install the panel (create a new account)

How are you pushing the site? I suspect you are probably over writing the accounts folder each time. You need to exclude that from your deploy, or ensure your locally created user account gets pushed.