mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 21:36:21 +00:00
Merge branch 'hainish-env-file' into 'rails'
Makefile: setear ENV_FILE en hain See merge request sutty/sutty!68
This commit is contained in:
commit
7b9323d69b
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ RAILS_GROUPS=assets
|
||||||
DELEGATE=athshe.sutty.nl
|
DELEGATE=athshe.sutty.nl
|
||||||
HAINISH=../haini.sh/haini.sh
|
HAINISH=../haini.sh/haini.sh
|
||||||
DATABASE=
|
DATABASE=
|
||||||
RAILS_ENV=
|
RAILS_ENV=development
|
||||||
IMAP_SERVER=
|
IMAP_SERVER=
|
||||||
DEFAULT_FROM=
|
DEFAULT_FROM=
|
||||||
EXCEPTION_TO=
|
EXCEPTION_TO=
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ commit ?= origin/rails## Commit desde el que actualizar
|
||||||
env ?= staging## Entorno del nodo delegado
|
env ?= staging## Entorno del nodo delegado
|
||||||
sutty ?= $(SUTTY)## Dirección local
|
sutty ?= $(SUTTY)## Dirección local
|
||||||
delegate ?= $(DELEGATE)## Cambia el nodo delegado
|
delegate ?= $(DELEGATE)## Cambia el nodo delegado
|
||||||
hain ?= $(HAINISH)## Ubicación de Hainish
|
hain ?= ENV_FILE=.env $(HAINISH)## Ubicación de Hainish
|
||||||
|
|
||||||
# El nodo delegado tiene dos entornos, production y staging.
|
# El nodo delegado tiene dos entornos, production y staging.
|
||||||
# Dependiendo del entorno que elijamos, se van a generar los assets y el
|
# Dependiendo del entorno que elijamos, se van a generar los assets y el
|
||||||
|
|
Loading…
Reference in a new issue