Hi there!
I’ve noticed a weird behavior with the deploy API and would like to know about the site deploy key lifetime.
Issue:
The deploy key automatically gets deleted on site delete.
Background:
I’m using a template git repository to deploy sites on Netlify. Deploy key is generated once and added to the repo deploy keys on GitHub. Everything works fine but when I try to delete the site, it also deletes the deploy key if the site is the last one. And the deploy console shows could not read Username for ‘https://github.com’ error on new site deploys.