Heroku Automatic deploys

I am migrating from Heroku, and I am looking for “Automatic deploys” functionality. In Heroku I was able to point to GitHub - huginn/huginn: Create agents that monitor and act on your behalf. Your agents are standing by! and do automatic deployment on updates in master. Is it possible to do this with fly? I guess fly needs a different repository structure?

Ah, I was looking at the wrong place. Looks like it’s possible with github actions: Continuous Deployment with Fly and GitHub Actions · Fly Docs

Still curious if a heroku app can directly be deployed?