usar Strings en ENV

This commit is contained in:
f 2020-10-09 09:24:12 -03:00
parent ae1092e8b3
commit b761de9e36

View file

@ -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