Skip to content

deploy to server, where rbenv isn't used at all #87

@philister

Description

@philister

Hi,

is it correct that I can not install on both server A and server B? Where Server A is running rbenv, and Server B is not running rbenv at all.
:rbenv_roles are defining the roles, where task :validate is running. But :map_bins is execute in any case, which leads to /home/app/.rbenv/bin/rbenv: No such file or directory (of course).

Am I missing something or what approach could lead to a solution?

I tried

task :map_bins do
  on release_roles(fetch(:rbenv_roles)) do
[...]

but this does not work out of the box

Thanks and regards, Phil

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions