Im using Cap3 to deploy my application.
im using dotenv-rails with the .env file holding my secrets. This does not get pushed to git, which we deploy from.
in my stack track it shows the .env file gets uploaded into the releases/ directory, yet when I go look... its not there.
Gem File.
gem 'capistrano'
gem 'capistrano-env'
gem 'capistrano-rails'
gem 'capistrano-bundler'
gem 'capistrano-faster-assets', '~> 1.0'
gem 'capistrano-postgresql', '~> 4.2.0'
gem "capistrano-resque", "~> 0.2.2", require: false
gem 'capistrano-rvm'
gem 'capistrano-safe-deploy-to'
gem 'capistrano-secrets-yml'
gem 'capistrano-slackify'
gem 'capistrano-ssh-doctor', '~> 1.0'
gem 'capistrano3-unicorn'
Any help would be great