mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.34k stars 491 forks source link

ENV is not loading in production #617

Closed redtachyons closed 6 years ago

redtachyons commented 6 years ago

I am trying to deploy an app with mina. Everything works fine except ENV. Mina isn't picking the env variables defined in the bashrc. But manually copying the output of the mina deploy --simulate and running it as a sh file in the server works fine.

What I am missing, Any tips for reproducing the problem without mina ?