-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to select project folder under git control #155
Comments
Any luck with this @fanweixiao ? |
+1 The assumption that the root directory of the git repo is your app is very limiting. This goes for capistrano, too. You should be able to specify the project_path relative to the root of the repo to deploy. I'm sure this can be done. Would you accept a PR for this? |
Really need this one too. |
+1 This is still a good idea, a PR for this would be ok? |
I am curious about this question as well. Do you recommend running a task after deployment that will manually |
@pruett mina first get scm files, then copy whole folder to Release dir, actually we can only copy indicate one to Release to complete this. |
Mina works on assumptions that the repository contains only one app. |
e.g. my git repo may looks like:
git.repo/a/b/proj1
git.repo/a/b/proj2
git.repo/a/b/proj3
When i only want to deploy proj1, how can I only copy contents of /a/b/proj1 ot deploy_to ?
The text was updated successfully, but these errors were encountered: