Running docker-compose run web bundle exec cap production deploy results in the following error:
NoMethodError: undefined method `[]' for nil:NilClass
This is because ssh_credentials in config/deploy.rb is nil probably due to environment variables not being set correctly
Running
docker-compose run web bundle exec cap production deployresults in the following error:This is because
ssh_credentialsin config/deploy.rb is nil probably due to environment variables not being set correctly