mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Improve auto-generated Capfile, include more information about where to find documentation
This commit is contained in:
parent
4ece2f9a78
commit
162e3aa41d
1 changed files with 9 additions and 3 deletions
|
@ -9,16 +9,22 @@ require 'capistrano/console'
|
|||
# remove to start completely from scratch
|
||||
require 'capistrano/deploy'
|
||||
|
||||
# includes tasks from other gems included in your Gemfile
|
||||
# Includes tasks from other gems included in your Gemfile
|
||||
#
|
||||
# For documentation on these, see for example:
|
||||
#
|
||||
# https://github.com/capistrano/bundler
|
||||
# https://github.com/capistrano/rails/tree/master/assets
|
||||
# https://github.com/capistrano/rails/tree/master/migrations
|
||||
#
|
||||
# require 'capistrano/bundler'
|
||||
# require 'capistrano/rails/assets'
|
||||
# require 'capistrano/rails/migrations'
|
||||
# require 'capistrano/heroku'
|
||||
|
||||
# loads tasks from lib/capistrano/tasks
|
||||
# Loads custom tasks from lib/capistrano/tasks if you have any defined.
|
||||
# Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
|
||||
|
||||
|
||||
namespace :deploy do
|
||||
desc 'Restart application'
|
||||
task :restart do
|
||||
|
|
Loading…
Reference in a new issue