Additional base path suffix #12
Loading…
Add table
Add a link
Reference in a new issue
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?
There should be an option to "ask" for an additional base path suffix in order to differentiate between multiple deployments from the same project.
An example would be to request the pull request Id, then the page would be deployed to
<owner>.<pages-host>/<repo>/pr-13(for pull request 13).This might not be super trivial as nesting the local serve directory might cause collisions with existing assets.
Well, I think implementing a quick check, if the directory already exists, should be sufficient.
However, if the base directory is deleted, all base path suffixes are deleted as well. To prevent this, there must be some way to store which directory is a base path and which is not.
Idea: Store the base page in a seperate directory as well, like
__ROOT__. Use this, if no base path is set.