Gab-Social/config/deploy.rb

15 lines
430 B
Ruby

# frozen_string_literal: true
lock '3.11.0'
set :repo_url, ENV.fetch('REPO', 'https://code.gab.com/gab/social/gab-social')
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'