5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 17:45:46 +00:00
panel/config/deploy.rb

10 lines
268 B
Ruby
Raw Normal View History

2018-02-02 22:50:45 +00:00
# frozen_string_literal: true
set :application, 'sutty'
set :repo_url, 'git@0xacab.org:itacate-kefir/sutty.git'
set :bundle_flags, '--deployment'
set :default_env, path: '/usr/lib/passenger/bin:$PATH'
2018-02-20 17:47:11 +00:00
set :linked_dirs, %w{_sites _deploy}
2018-02-02 22:50:45 +00:00
set :linked_files, %w{.env}