mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:31:42 +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,
|
||||
'JEKYLL_ENV' => Rails.env,
|
||||
'LANG' => ENV['LANG'],
|
||||
'YARN_CACHE_FOLDER' => yarn_cache_dir
|
||||
'YARN_CACHE_FOLDER' => yarn_cache_dir,
|
||||
'GEMS_SOURCE' => ENV['GEMS_SOURCE']
|
||||
})
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue