mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:31:42 +00:00
recuperar las variables de spree
This commit is contained in:
parent
1a435ba204
commit
73d1a7dcd8
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ class DeployLocal < Deploy
|
|||
{
|
||||
'HOME' => home_dir,
|
||||
'PATH' => paths.join(':'),
|
||||
'SPREE_API_KEY' => site.tienda_api_key,
|
||||
'SPREE_URL' => site.tienda_url,
|
||||
'AIRBRAKE_PROJECT_ID' => site.id.to_s,
|
||||
'AIRBRAKE_PROJECT_KEY' => site.airbrake_api_key,
|
||||
'JEKYLL_ENV' => Rails.env,
|
||||
|
|
Loading…
Reference in a new issue