From 70148a700a77d662a52423c22a257271de74507a Mon Sep 17 00:00:00 2001 From: Celestino Rey Date: Fri, 19 Jul 2024 12:58:29 +0200 Subject: [PATCH] Make all --- LyricsPy/K8S/Makefile | 5 ++++- LyricsPy/servicios/env.produccion | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LyricsPy/K8S/Makefile b/LyricsPy/K8S/Makefile index 4a08a31..40074f9 100644 --- a/LyricsPy/K8S/Makefile +++ b/LyricsPy/K8S/Makefile @@ -1,4 +1,7 @@ -export IMG_VERSION = 7.2 +export IMG_VERSION = 7.3 + +all: imagen clean install + imagen: cd ../servicios; make diff --git a/LyricsPy/servicios/env.produccion b/LyricsPy/servicios/env.produccion index f1fd512..ff9323f 100644 --- a/LyricsPy/servicios/env.produccion +++ b/LyricsPy/servicios/env.produccion @@ -1 +1,2 @@ -ENVIRONMENT="Producción" \ No newline at end of file +ENVIRONMENT="Producción" +