Hi, I'm learning capistrano in order to automate deployment and I'm slowly getting there.
But I would find it extremely helpful if there was a 'interactive' way to see how the flow would look like for my particular setup.
I only load the default two tasks in my capfile:
# Load DSL and Setup Up Stages
require 'capistrano/setup'
# Includes default deployment tasks
require 'capistrano/deploy'
.....
So i'm guessing the full list at the bottom of the cap flow site linked above does not apply.
Versions:
- Ruby 2.1.1
- Capistrano 3.2.1
Platform:
- Working on OS X
- Deploying to Ubuntu
/Thanks