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