From 4b93b32aafdb8a5a867cb2a03b9d6fa03ee899e2 Mon Sep 17 00:00:00 2001 From: shayandrg Date: Wed, 31 Jul 2024 16:08:56 +0330 Subject: [PATCH] add HOST and BASE_URL enviroments to deplloy stage --- deploy stage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy stage.yml b/deploy stage.yml index e4fc12f..6ea7cda 100644 --- a/deploy stage.yml +++ b/deploy stage.yml @@ -18,6 +18,8 @@ env: SERVER_BASE_URL: "{{SERVER_BASE_URL}}" DEBUG: "{{DEBUG}}" + HOST: "{{HOST}}" + BASE_URL: "{{BASE_URL}}" labels: traefik.enable: "true" traefik.docker.network: "traefik"