mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 17:11:48 +00:00
feat: configurar la fuente de gemas del skel desde el panel
This commit is contained in:
parent
bee1653830
commit
95198832c4
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ class DeployLocal < Deploy
|
||||||
'AIRBRAKE_PROJECT_KEY' => site.airbrake_api_key,
|
'AIRBRAKE_PROJECT_KEY' => site.airbrake_api_key,
|
||||||
'JEKYLL_ENV' => Rails.env,
|
'JEKYLL_ENV' => Rails.env,
|
||||||
'LANG' => ENV['LANG'],
|
'LANG' => ENV['LANG'],
|
||||||
'YARN_CACHE_FOLDER' => yarn_cache_dir
|
'YARN_CACHE_FOLDER' => yarn_cache_dir,
|
||||||
|
'GEMS_SOURCE' => ENV['GEMS_SOURCE']
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue