From 400d98275ae3e9a3fdd309972560eeb083ad0530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bournhonesque?= Date: Wed, 29 Nov 2023 11:53:10 +0100 Subject: [PATCH] chore: fix production deployment --- .github/workflows/container-deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/container-deploy.yml b/.github/workflows/container-deploy.yml index fe916e54..1da409c9 100644 --- a/.github/workflows/container-deploy.yml +++ b/.github/workflows/container-deploy.yml @@ -22,10 +22,7 @@ jobs: strategy: matrix: env: - # only stagging for now - # Note: env is also the name of the directory on the server - - off-search-net - # - ${{ startsWith(github.ref, 'refs/tags/v') && 'off-search-org' || 'off-search-net' }} + - ${{ startsWith(github.ref, 'refs/tags/v') && 'off-search-org' || 'off-search-net' }} environment: ${{ matrix.env }} concurrency: ${{ matrix.env }} steps: