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:
parent
2bee4b24f2
commit
3b557a0c64
1 changed files with 2 additions and 1 deletions
3
haini.sh
3
haini.sh
|
@ -33,8 +33,9 @@ correr() {
|
||||||
TERM="$TERM" \
|
TERM="$TERM" \
|
||||||
USER="$USER" \
|
USER="$USER" \
|
||||||
HOME="/home/suttier" \
|
HOME="/home/suttier" \
|
||||||
RAILS_ENV=development \
|
|
||||||
HAIN_ENV=true \
|
HAIN_ENV=true \
|
||||||
|
RAILS_ENV="${RAILS_ENV:-development}" \
|
||||||
|
JEKYLL_ENV="${JEKYLL_ENV:-development}" \
|
||||||
bwrap \
|
bwrap \
|
||||||
--unshare-user-try \
|
--unshare-user-try \
|
||||||
--unshare-ipc \
|
--unshare-ipc \
|
||||||
|
|
Loading…
Reference in a new issue