1
0
Fork 0
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:
Evan Phoenix 2015-08-14 16:58:01 -07:00
parent d2d1e5b430
commit 75d15f2343

View file

@ -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