README.md in prun-ops-0.0.17 vs README.md in prun-ops-0.0.18

- old
+ new

@@ -62,9 +62,19 @@ * `cap [stg] deploy` deploy your app as usual * `cap [stg] deploy:restart` restart thin server of this application * `cap [stg] deploy:stop` stop thin server * `cap [stg] deploy:start` start thin server * `cap [stg] db:setup` load schema and seeds for first DB setup +* `cap [stg] git:remove_repo` Removes repo (useful when repo_url changes) + +Added the possibility of deploying from local repository. Add to `deploy.rb` or `[stg].rb` files: + +``` +before :deploy, "git:deploy_from_local_repo" +``` + +Take care to remove the previous repo if you are changing the :repo_url : `cap [stg] git:remove_repo` + ### Backup Backups/restore database and files in your Rails app. \ No newline at end of file