pasar la variable de entorno JEKYLL_ENV

la usamos para poder determinar si el sitio realiza optimizaciones de
producción y a veces para las migraciones. fixes #4

Squashed commit of the following:

commit 365438bb31e72a4313685afc9e094f84993994ce
Author: f <f@sutty.nl>
Date:   Tue Jun 1 11:09:52 2021 -0300

    hacer RAILS_ENV configurable

commit 3377c4bd8ae41843b5846184ddacd5a84b8a1474
Author: f <f@sutty.nl>
Date:   Tue Jun 1 11:08:52 2021 -0300

    pasar la variable de entorno JEKYLL_ENV

    la usamos para poder determinar si el sitio realiza optimizaciones de
    producción y a veces para las migraciones.
This commit is contained in:
void 2021-06-01 15:44:16 +00:00
parent 2bee4b24f2
commit 3b557a0c64

View file

@ -33,8 +33,9 @@ correr() {
TERM="$TERM" \
USER="$USER" \
HOME="/home/suttier" \
RAILS_ENV=development \
HAIN_ENV=true \
RAILS_ENV="${RAILS_ENV:-development}" \
JEKYLL_ENV="${JEKYLL_ENV:-development}" \
bwrap \
--unshare-user-try \
--unshare-ipc \