README.md in prun-ops-0.0.20 vs README.md in prun-ops-0.0.21

- old
+ new

@@ -87,18 +87,10 @@ # Backup repo config.backup_repo = "git@github.com:example/backup.git" ``` -And your 'config/deploy.rb': - -```ruby - # Backup directories - require_relative "./application.rb" - set :backup_dirs, Taskboard::Application.config.backup_dirs -``` - And ![backup schema](https://docs.google.com/drawings/d/1Sp8ysn46ldIWRxaLUHfzpu7vK0zMjh4_iMpEP1U6SuU/pub?w=642&h=277 "Backup commands schema") * `cap [stg] pull:data`: downloads DDBB and file folders from the stage you need. * `cap [stg] backup[TAG]`: Commit a backup of DDBB and files to the git repo configured. "application-YYYYMMDD" tagged if no tag is provided. @@ -173,6 +165,16 @@ * Fixing Capistrano pulling tasks "pull:data" ### v0.0.10 * Removing bin/ops command in order to create open-dock gem -* Remove prun-ops dependency from 'config/deployment.rb' file and ad it to 'Capfile' as `require 'capistrano/prun-ops'` +* Remove prun-ops dependency from 'config/deployment.rb' file and ad it to 'Capfile' as `require 'capistrano/prun-ops'` + +### v0.0.21 + +* Remove from your 'config/deploy.rb': + +```ruby + # Backup directories + require_relative "./application.rb" + set :backup_dirs, Taskboard::Application.config.backup_dirs +``` \ No newline at end of file