From 6497326f73e1f18f7e914da3ef94f1cfd600ae51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20Jedli=C4=8Dka?= Date: Wed, 8 Nov 2023 14:16:30 +0100 Subject: [PATCH] deploy production hotfix --- .github/workflows/test-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-deploy.yml b/.github/workflows/test-and-deploy.yml index ab9921a8..5273cc89 100644 --- a/.github/workflows/test-and-deploy.yml +++ b/.github/workflows/test-and-deploy.yml @@ -152,7 +152,7 @@ jobs: deploy: name: Deploy / Production needs: test - if: github.ref_name == 'master' + if: github.ref_name == 'master' || github.ref_name == 'production-hotfix' environment: name: production url: ${{ steps.pages.outputs.url }}