Sha256: fe0bf5529d78d3920a128ff95e31d1ab32b3a002ea68d8fb2c92518283b030b6
Contents?: true
Size: 303 Bytes
Versions: 5
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true namespace :load do task :defaults do set :figaro_yml_local_path, 'config/application.yml' set :figaro_yml_remote_path, 'config/application.yml' set :figaro_yml_env, -> { fetch(:rails_env) || fetch(:stage) } set :figaro_yml_remote_backup, false end end
Version data entries
5 entries across 5 versions & 1 rubygems