mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 17:41:41 +00:00
usar Strings en ENV
This commit is contained in:
parent
ae1092e8b3
commit
b761de9e36
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ class DeployPrivate < DeployLocal
|
|||
# No usar recursos en compresión y habilitar los datos privados
|
||||
def env
|
||||
@env ||= super.merge({
|
||||
JEKYLL_ENV: 'development',
|
||||
JEKYLL_PRIVATE: site.private_key
|
||||
'JEKYLL_ENV' => 'development',
|
||||
'JEKYLL_PRIVATE' => site.private_key
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue