1
0
Fork 0
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:
Lee Hambley 2013-06-10 14:17:54 +02:00
parent 7c077465b8
commit a1e4f794fc

View file

@ -8,10 +8,14 @@ require 'capistrano/deploy'
#
# 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/rails/tree/master/assets
# https://github.com/capistrano/rails/tree/master/migrations
#
# require 'capistrano/rvm'
# require 'capistrano/rbenv'
# require 'capistrano/bundler'
# require 'capistrano/rails/assets'
# require 'capistrano/rails/migrations'