From 64433c9912a432ee16df7ce5fd7d6d0418acddf4 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 26 Jul 2021 14:12:32 -0300 Subject: [PATCH] Make --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4ed6b4c..629fc2d 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,8 @@ export # XXX: El espacio antes del comentario cuenta como espacio args ?=## Argumentos para Hain hain ?= $(HAINISH)## UbicaciĆ³n de Hainish +branch ?= $(shell git rev-parse --abbrev-ref HEAD)## Rama a deployear +container ?= $(shell basename $(PWD)) help: always ## Ayuda @echo -e "Sutty\n" | sed -re "s/^.*/\x1B[38;5;197m&\x1B[0m/"