Skip to content
This repository was archived by the owner on Aug 21, 2019. It is now read-only.
This repository was archived by the owner on Aug 21, 2019. It is now read-only.

How do you pass env variables to the wrapped method run_interactively? #20

@poysama

Description

@poysama

I somehow need to pass ENV variables on run. This usually works with the method 'with' in Capistrano like the one below.

with my_custom_env do
  within current_path do
    execute :rails, :console
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions