git - Opsworks - Rails application in subdirectory -
i have following folder structure in git repository:
/ /myapp /myapp/app /myapp/bin /myapp/... /mobileclient
myapp rails application (directory) i'm trying deploy using aws opsworks. mobileclient directory sounds.
i'm deploying via git (also, set document root setting myapp/public) deployment fails , i'm seeing on machine generated config, log , public directories on root level instead of being in subdirectory.
is there simple way of using git deployment rails app resides in subdirectory?
Comments
Post a Comment