From 4bd2f9e3adca100a84843e6b9516f305a249f369 Mon Sep 17 00:00:00 2001 From: Alex Garel Date: Thu, 10 Nov 2022 10:36:00 +0100 Subject: [PATCH] fix: fix common net for staging --- .github/workflows/container-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-deploy.yml b/.github/workflows/container-deploy.yml index 3064357a..5ec48f0c 100644 --- a/.github/workflows/container-deploy.yml +++ b/.github/workflows/container-deploy.yml @@ -110,7 +110,7 @@ jobs: echo "REDIS_PORT=8182" >> .env echo "MEM_LIMIT=4294967296" >> .env # this is the network shared with productopener - echo "COMMON_NET_NAME=webnet">> .env + echo "COMMON_NET_NAME=po_webnet">> .env # This secret is to be generated using htpasswd, see .env file # use simple quotes to avoid interpolation of $apr1$ ! echo 'NGINX_BASIC_AUTH_USER_PASSWD=${{ secrets.NGINX_BASIC_AUTH_USER_PASSWD }}' >> .env