Simon Iong

Results 3 comments of Simon Iong

I think you should set **rails_env** variable in one of your project_root/config/deploy/[env].rb, here is a simple example for this: ``` project_root/config/deploy/staging.rb set :rails_env, "staging" ```

I have a few steps for you: Step 1. What version of this plugin you are using? Step 2. can you destroy your VM in DigitalOcean first by ``` bash...