Add capistrano to development environment
This commit is contained in:
11
config/deploy.rb
Normal file
11
config/deploy.rb
Normal file
@ -0,0 +1,11 @@
|
||||
lock '3.7.2'
|
||||
|
||||
set :application, 'mastodon'
|
||||
set :repo_url, 'https://github.com/tootsuite/mastodon.git'
|
||||
set :branch, 'master'
|
||||
set :rbenv_type, :user
|
||||
set :rbenv_ruby, File.read('.ruby-version').strip
|
||||
set :migration_role, :app
|
||||
|
||||
append :linked_files, '.env.production'
|
||||
append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'
|
Reference in New Issue
Block a user