From 77fece4682dfccb3f5422427c1621d89c5417fea Mon Sep 17 00:00:00 2001 From: sBubshait Date: Sun, 27 Jul 2025 09:48:32 +0300 Subject: [PATCH] fix: CI/CD by setting a production environment with secrets --- .github/workflows/deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 1615f6c..71aa50c 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -10,7 +10,7 @@ jobs: name: Deploy to Production runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' - environment: production + environment: Production steps: - name: Deploy to Server uses: appleboy/ssh-action@v0.1.5