Skip to content

run(:local) command not found when using execution_mode: :system #715

@reneweteling

Description

@reneweteling

Hey there,

I'm trying to run some code locally but when I use the run local block it always says "not found". This only happens with the execution_mode: :system.

Command

execution_mode: :sytem

task :deploy do
  run(:local) do
    command %{pwd}
  end 
end

Result

root@6483d6840b3a:/myapp# mina -v -f config/deploy.rb preprod deploy
sh: 2: echo \$\ pwd &&
pwd: not found

Env

Mina: 1.2.4
Debian: 10 (docker)

Activity

changed the title [-]run(:local) command not found[/-] [+]run(:local) command not found when using execution_mode: :system[/+] on Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @reneweteling

        Issue actions

          run(:local) command not found when using execution_mode: :system · Issue #715 · mina-deploy/mina