diff options
| author | mo khan <mo@mokhan.ca> | 2013-06-16 23:05:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-06-16 23:05:57 -0600 |
| commit | 23e7cc29721daa3a7fc642c4ceb09b0f1be1f27b (patch) | |
| tree | 84fd72dfde8bc8a0939d83bb72052cf3113740de /lib | |
| parent | 2b4f7a98a89cb34785e1b7bf939ccb5477d37fcf (diff) | |
empty commit
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tasks/deployment.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/deployment.rake b/lib/tasks/deployment.rake index 0e1aef98..266d9147 100644 --- a/lib/tasks/deployment.rake +++ b/lib/tasks/deployment.rake @@ -1,4 +1,5 @@ namespace :deploy do + desc "deploy to staging server" task :staging do sh "cap staging deploy:migrations" |
