Gab Social. All are welcome.
This commit is contained in:
14
config/deploy.rb
Normal file
14
config/deploy.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
lock '3.11.0'
|
||||
|
||||
set :repo_url, ENV.fetch('REPO', 'https://github.com/gab-ai-inc/gab-social.git')
|
||||
set :branch, ENV.fetch('BRANCH', 'master')
|
||||
|
||||
set :application, 'gabsocial'
|
||||
set :rbenv_type, :user
|
||||
set :rbenv_ruby, File.read('.ruby-version').strip
|
||||
set :migration_role, :app
|
||||
|
||||
append :linked_files, '.env.production', 'public/robots.txt'
|
||||
append :linked_dirs, 'vendor/bundle', 'node_modules', 'public/system'
|
||||
Reference in New Issue
Block a user