capistrano / drupal-deploy

Gem for deploying Drupal projects with capistrano 3
MIT License
40 stars 26 forks source link

Improve documentation for reverting/rollback #5

Closed jameswilson closed 8 years ago

jameswilson commented 9 years ago

One of the initial things people (well, at least our team) looked at in evaluating the feasibility of switching to capistrano off of our current ci/deployment system based on Jenkins and custom bash scripts, is to see exactly what kind of API this deployment system supports.

The help messages in the project homepage were really confusing:

cap deploy:revert_release          # Revert to previous release timestamp
cap deploy:reverted                # Reverted
cap deploy:reverting               # Revert server(s) to previous release
cap deploy:rollback                # Rollback to previous release

Can these steps be clarified a bit in documentation?

leehambley commented 9 years ago

Doc improvements probably belong over at capistrano/documentation ?

gagarine commented 8 years ago

Yes this it's the capistrano documentation. Please open the bug on their repository.