From fc4bc6132d1afcb531b04c5bc85a53cf1bc8ce94 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Fri, 10 Jan 2025 13:26:15 -0600 Subject: [PATCH] chore: CD main branch --- .github/workflows/stable.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index 3777d613..ac56bf18 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -8,6 +8,8 @@ jobs: # Continuous-Integration: # uses: ./.github/workflows/ci.yml # secrets: inherit - Deploy-Beta: + Deploy: uses: ./.github/workflows/cd.yml secrets: inherit + with: + environment: "production"