-
Notifications
You must be signed in to change notification settings - Fork 97
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
Support for deploying an app where the meteor app folder is a sub-folder of the git repo #19
Comments
+1 because of things like |
This would work if you just deploy the subdirectory using If it gives trouble about being behind the remote, run You wouldn't be able to use any files in your repo not included in your subdirectory. |
+1 llama, but I could just search for a .meteor directory recursively. |
we have an admin app in the sub-directory Having a environment variable in which the meteor root directory can be given would be preferable. That way we could deploy it once with that variable set to |
I'm also using a sub directory for the app and have custom packages on root, this option is a must for me. Any way I can help? |
@bitomule ive created a fork that supports it at https://github.com/CulturalMe/heroku-buildpack-meteorite, however it doesn't use environment variables, because I couldn't get the detect script to read the those variables. So instead you have commit a file that contains the value of the sub-path to use. It's not ideal but it does the job. Another alternative would be to make the detect script accept anything. Either way its hacky and not worth pull request so far. |
thanks @gsuess |
No description provided.
The text was updated successfully, but these errors were encountered: