README.md in prun-ops-0.1.4 vs README.md in prun-ops-0.1.5
- old
+ new
@@ -63,9 +63,10 @@
* `cap [stg] deploy:cold` first time deployment with schema:load and seeds (replacing db:migrate)
* `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] deploy:db_create` create database
* `cap [stg] deploy:db_reset` load schema and seeds for first DB setup
* `cap [stg] deploy:db_seed` seeds the database
* `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:
\ No newline at end of file