Merge branch 'env-file' into 'antifascista'

Aceptar un parametro ENV_FILE

Closes #11

See merge request sutty/haini.sh!33
This commit is contained in:
fauno 2021-11-25 22:56:40 +00:00
commit 034924f69e

View file

@ -56,6 +56,7 @@ correr() {
HAIN_ENV=true \
RAILS_ENV="${RAILS_ENV:-development}" \
JEKYLL_ENV="${JEKYLL_ENV:-development}" \
$(test -f "$ENV_FILE" && (grep -v '^#' "$ENV_FILE" | xargs -0) || true) \
EDITOR="nano" \
PAGER="less -niSFX" \
SSH_AUTH_SOCK="${SSH_AUTH_SOCK}" \