mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Updating the sample file, I'd like to ship implementations of these at launch time
This commit is contained in:
parent
7c077465b8
commit
a1e4f794fc
1 changed files with 4 additions and 0 deletions
|
@ -8,10 +8,14 @@ require 'capistrano/deploy'
|
||||||
#
|
#
|
||||||
# For documentation on these, see for example:
|
# For documentation on these, see for example:
|
||||||
#
|
#
|
||||||
|
# https://github.com/capistrano/rvm
|
||||||
|
# https://github.com/capistrano/rbenv
|
||||||
# https://github.com/capistrano/bundler
|
# https://github.com/capistrano/bundler
|
||||||
# https://github.com/capistrano/rails/tree/master/assets
|
# https://github.com/capistrano/rails/tree/master/assets
|
||||||
# https://github.com/capistrano/rails/tree/master/migrations
|
# https://github.com/capistrano/rails/tree/master/migrations
|
||||||
#
|
#
|
||||||
|
# require 'capistrano/rvm'
|
||||||
|
# require 'capistrano/rbenv'
|
||||||
# require 'capistrano/bundler'
|
# require 'capistrano/bundler'
|
||||||
# require 'capistrano/rails/assets'
|
# require 'capistrano/rails/assets'
|
||||||
# require 'capistrano/rails/migrations'
|
# require 'capistrano/rails/migrations'
|
||||||
|
|
Loading…
Reference in a new issue