You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
Hello,
Our app is not at the "root" of the code repository, is there a way to handle that with this cookbook?
Currently our application is deployed with
Your current code corresponds to a very old version of this cookbook which is no longer supported. The current incarnation broke things up into smaller pieces, so that would be a question for the resource you use to copy down your code. The git resource does not normally support that as git itself does not support cloning a subfolder like that. Alternatively most application subresources take a path option so you could clone the whole repo and then run all the deploy task resources against the subfolder. Or you could make your own subclass (or whatever) of the git resource that does support retrieving a subfolder (probably clone to somewhere else and then symlink or copy the subfolder into the requested path).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Our app is not at the "root" of the code repository, is there a way to handle that with this cookbook?
Currently our application is deployed with
But the code we'd like to deploy is not at the root of
github.com:code/full
but rather inside a subdirectory calledapp
.Is there a way to tell this cookbook to only take the content of the subdirectory and put it in
path
?The text was updated successfully, but these errors were encountered: