summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormo <mokha@cisco.com>2017-04-19 21:33:25 -0600
committermo <mokha@cisco.com>2017-04-19 21:33:25 -0600
commit1dead98d375d60bff383aa5da71597e8b12bd78c (patch)
tree92b5f1b36f145689867f6ecef1eaa072ee7ddcf0 /lib
parent2a934f448d1c410e04645a4b40d558c9442cb172 (diff)
remove references to staging site.
Diffstat (limited to 'lib')
-rw-r--r--lib/capistrano/tasks/delayed_job.rake2
-rw-r--r--lib/capistrano/tasks/unicorn.rake2
-rw-r--r--lib/capistrano/tasks/utility.rake2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/capistrano/tasks/delayed_job.rake b/lib/capistrano/tasks/delayed_job.rake
index ffda9b6c..a079d829 100644
--- a/lib/capistrano/tasks/delayed_job.rake
+++ b/lib/capistrano/tasks/delayed_job.rake
@@ -8,7 +8,7 @@ namespace :delayed_job do
end
end
- desc "tail the delayed jobs logs on an app server (cap staging delayed_job:logs)"
+ desc "tail the delayed jobs logs on an app server (cap production delayed_job:logs)"
task :logs do
on roles(:app) do
stream "tail -F #{fetch(:shared_path)}/log/delayed_job.log"
diff --git a/lib/capistrano/tasks/unicorn.rake b/lib/capistrano/tasks/unicorn.rake
index caf05132..b237715f 100644
--- a/lib/capistrano/tasks/unicorn.rake
+++ b/lib/capistrano/tasks/unicorn.rake
@@ -8,7 +8,7 @@ namespace :unicorn do
end
end
- desc "tail the logs on an app server (cap staging unicorn:logs)"
+ desc "tail the logs on an app server (cap production unicorn:logs)"
task :logs do
on roles(:app) do
execute "tail -F #{shared_path}/log/unicorn.log"
diff --git a/lib/capistrano/tasks/utility.rake b/lib/capistrano/tasks/utility.rake
index 277ff3f7..4f59da0e 100644
--- a/lib/capistrano/tasks/utility.rake
+++ b/lib/capistrano/tasks/utility.rake
@@ -1,4 +1,4 @@
-desc "tail the logs on an app server (cap staging logs)"
+desc "tail the logs on an app server (cap production logs)"
task :logs do
on roles(:app) do
execute "tail -F #{shared_path}/log/#{fetch(:rails_env)}.log"