Deploy to subfolder #636
Unanswered
TheOneWithTheBraid
asked this question in
Q&A
Replies: 1 comment
-
Take a look at the target-folder input, I believe that's what you're looking for. You can find an example in the project README. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would love the idea to deploy to subfolders in the given branch.
In my case e.g. I deploy automated builds for simple testing. I would like to have the option to deploy to a subfolder based on my branch name. This way I could access up-to-date build of my applications for every branch / MR.
Imaging: I push a branch
new-feature
to my projectusername/unicorn-project
. This way, I could simply access my built code by https://username.github.io/unicorn-project/new-feature/What do you think of this?
Beta Was this translation helpful? Give feedback.
All reactions