How can I instruct Capistrano 3 to load my shell environment variables set at remote host?

I want to instruct Capistrano to load environment variables that are defined on remote server. How can I do that? It seems that when I export my environment variables inside .bashrc file, they are...