From ea8357146c87ab93d1e019e65c27650a67294578 Mon Sep 17 00:00:00 2001 From: debelatesfaye Date: Tue, 4 Mar 2025 12:08:18 +0000 Subject: [PATCH] modified the regex --- .github/workflows/deploy.yml | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cd1379e..e421f87 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,6 @@ jobs: # Specify the target production server target_production_server_nickname: argand # Define a URL for your app, without the http:// or www prefixes - full_app_url: default-segmenter.amfws.arg.tech + full_app_url: default_segmenter.amfws.arg.tech # The port that is exposed on localhost (must be the same as in docker-compose.yml) - app_port: 5005 \ No newline at end of file + app_port: 5008 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index a93284b..4982bd1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: default_segmenter: - container_name: default-segmenter + container_name: default-Segmenter build: . ports: - "5008:5008"