We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
execution_mode: :sytem task :deploy do run(:local) do command %{pwd} end end
root@6483d6840b3a:/myapp# mina -v -f config/deploy.rb preprod deploy sh: 2: echo \$\ pwd && pwd: not found
Mina: 1.2.4 Debian: 10 (docker)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Result
Env
Mina: 1.2.4
Debian: 10 (docker)
The text was updated successfully, but these errors were encountered: