mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add deprecation warning to capistrano.rb. Fixes #673
This commit is contained in:
parent
d2d1e5b430
commit
75d15f2343
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
$stderr.puts "DEPRECATED: To manage puma with capistrano, use https://github.com/seuros/capistrano-puma"
|
||||
|
||||
Capistrano::Configuration.instance.load do
|
||||
|
||||
# Ensure the tmp/sockets directory is created by the deploy:setup task and
|
||||
|
|
Loading…
Reference in a new issue