From 40c0f6d8c1f6f6e88d1945b25709b3aa98bf56be Mon Sep 17 00:00:00 2001 From: Thomas COMES Date: Mon, 9 Sep 2024 15:32:13 +0200 Subject: [PATCH] Fixed staging deployment happening with prod deployment This might have lead to weird errors in staging since it used the production environment configuration --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6efd85cfc..3f2d579dc 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -184,7 +184,7 @@ jobs: strategy: matrix: host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4, watchdoge5] - deploy_env: [staging, production] + deploy_env: [production] fail-fast: false environment: production env: