From b3fb64b2147cf924ec991af2a59c5d6c82797458 Mon Sep 17 00:00:00 2001 From: milanmajchrak Date: Thu, 22 Feb 2024 08:56:37 +0100 Subject: [PATCH] Update the env file for the customer/uk --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 149fc51d80f..d5bf9e259ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: timeout-minutes: 5 env: INSTANCE: '2' - ENVFILE: /opt/dspace-envs/.env.dspace.dev-5 + ENVFILE: /opt/dspace-envs/.env.dspace.dev-5.uk steps: - uses: actions/checkout@v4