mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 02:16:22 +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
|
# No usar recursos en compresión y habilitar los datos privados
|
||||||
def env
|
def env
|
||||||
@env ||= super.merge({
|
@env ||= super.merge({
|
||||||
JEKYLL_ENV: 'development',
|
'JEKYLL_ENV' => 'development',
|
||||||
JEKYLL_PRIVATE: site.private_key
|
'JEKYLL_PRIVATE' => site.private_key
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue