]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/capistrano/deploy.rb
1 # config valid only for current version of Capistrano
3 set
:application, 'wallabag'
4 set
:repo_url, 'git@github.com:wallabag/wallabag.git'
6 set
:ssh_user, 'framasoft_bag'
7 server
'78.46.248.87', user
: fetch(:ssh_user), roles
: %w
{web app db
}
11 # set :log_level, :debug
13 set
:composer_install_flags, '--no-dev --prefer-dist --no-interaction --optimize-autoloader'
15 set
:linked_files, %w
{app
/config/parameters
.yml
}
16 set
:linked_dirs, [fetch(:log_path), "var/sessions", "web/uploads", "data"]
19 after
'deploy:updated', 'symfony:cache:clear'