ci: implements jenkins deploy

This commit is contained in:
2026-02-21 10:47:21 +01:00
parent 4e72e6da77
commit bdc60b07ab
4 changed files with 9 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ NAMESPACE=andromeda
TAG?=latest
HOST_PORT=8181
CONTAINER_PORT=80
CONTAINER_PORT=8080
IMAGE_FULL=$(REGISTRY_URL)/$(NAMESPACE)/$(IMAGE_NAME):$(TAG)
@@ -22,6 +22,7 @@ push:
run:
docker run -d \
--name $(APP_NAME) \
--network andromeda \
-p $(HOST_PORT):$(CONTAINER_PORT) \
--env-file .env \
$(IMAGE_FULL)