data/deploy.rb in mina-1.0.2 vs data/deploy.rb in mina-1.0.3

- old
+ new

@@ -17,15 +17,15 @@ # Optional settings: # set :user, 'foobar' # Username in the server to SSH to. # set :port, '30000' # SSH port number. # set :forward_agent, true # SSH forward_agent. -# They will be linked in the 'deploy:link_shared_paths' step. -# set :shared_dirs, fetch(:shared_dirs, []).push('config') +# shared dirs and files will be symlinked into the app-folder by the 'deploy:link_shared_paths' step. +# set :shared_dirs, fetch(:shared_dirs, []).push('somedir') # set :shared_files, fetch(:shared_files, []).push('config/database.yml', 'config/secrets.yml') -# This task is the environment that is loaded all remote run commands, such as +# This task is the environment that is loaded for all remote run commands, such as # `mina deploy` or `mina rake`. task :environment do # If you're using rbenv, use this to load the rbenv environment. # Be sure to commit your .ruby-version or .rbenv-version to your repository. # invoke :'rbenv:load' @@ -66,6 +66,6 @@ # run :local { say 'done' } end # For help in making your deploy script, see the Mina documentation: # -# - https://github.com/mina-deploy/mina/docs +# - https://github.com/mina-deploy/mina/tree/master/docs