How do I remove Turboku (especially the webhook deploys) from my fly.io app? Since this functionality is not available through flyctl
, how would I go about this?
Thanks!
How do I remove Turboku (especially the webhook deploys) from my fly.io app? Since this functionality is not available through flyctl
, how would I go about this?
Thanks!
You can remove the webhooks on Heroku’s end to disconnect your Heroku app from your Fly.io app. Here’s how to do it App Webhooks | Heroku Dev Center
Your Fly.io app will keep running, but you’ll need to deploy on your own to keep it updated.
Thank you!