Status of Auth0 github deploy extension

  database-connections
    my-connection-name
      get_user.js
      login.js

This folder structure works for our github extension. I followed steps from https://auth0.com/docs/extensions/github-deploy though. Do you get error when you do deploy from here or just that this folder does not get deployed?

I don’t have have a good answer to your last question on if config as code is better or not. But it is definately best for us where we are trying to setup diff env as diff tenants but don’t want to copy-paste all configs again. So build in one place > commit to code and let it deploy to other tenants.