DEV Community

Deploying a Rails app to Digital Ocean with Capistrano

Drew Bragg on October 04, 2018

This is the basic steps on how I setup my DO servers and deploy my rails apps. I originally learned this from the GoRails screencast but have been ...
Collapse
 
salahuldin profile image
Salah ul din

facing this issue:
-> key 561F9B9CAC40B2F7: 2 signatures not checked due to missing keys
when I run this command:
-> sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 561F9B9CAC40B2F7

Collapse
 
nslog0 profile image
NSLog0

How to link .rbenv-vars to project?. It didn't load if placed to root folder

Collapse
 
drbragg profile image
Drew Bragg

I place it in my home dir not the root dir. Are you running multiple app on the server?

Collapse
 
thesmartnik profile image
TheSmartnik

The best guide out there