multi-tenant support #4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I was thinking about this the other day, but it would be nice to allow a single deployment to manage multiple sites / domains. This could work by reading
CNAME
file from the gh-pages branch/tag and setting up hostname routing based on that. You would still need to manually set up the appropriate networking to render the page accordingly.