From b3dd80650e7df0bc4407d5a433c58be24dd9e706 Mon Sep 17 00:00:00 2001 From: Stiftung Development Date: Tue, 9 Sep 2025 21:03:23 +0200 Subject: [PATCH] Enable automatic deployment to production - Remove deployment disable flag from CI/CD pipeline - Production server is now configured and ready for automated deployment --- .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 5c2d86a..ae30b69 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -176,7 +176,7 @@ jobs: deploy: needs: build runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' && false # Temporarily disabled - server setup in progress + if: github.ref == 'refs/heads/main' # Auto-deploy when pushing to main branch environment: production