mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:01:41 +00:00
enviar la llave privada a jekyll
This commit is contained in:
parent
a66039e8fc
commit
fb1bf3500c
1 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,9 @@ class DeployPrivate < DeployLocal
|
|||
|
||||
# No usar recursos en compresión y habilitar los datos privados
|
||||
def env
|
||||
@env ||= super.merge({ 'JEKYLL_ENV' => 'development', 'JEKYLL_PRIVATE' => 'true' })
|
||||
@env ||= super.merge({
|
||||
JEKYLL_ENV: 'development',
|
||||
JEKYLL_PRIVATE: site.private_key
|
||||
})
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue