aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy.rb.example
blob: 4f04d261a74dfe1f156a27de70dc3c8919b2ac7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
lock '3.3.4'

# change this to your application name
set :application, 'hmno'

# change this to your fork
set :repo_url, 'git@github.com:snake66/project-limestone.git'

set :linked_files, %w{config/initializers/refinery/core.rb config/initializers/secret_token.rb config/piwik.yml}
set :linked_dirs, %w{log tmp/pids tmp/cache tmp/sockets vendor/bundle public/system}