Enable automatic deployment to production

- Remove deployment disable flag from CI/CD pipeline
- Production server is now configured and ready for automated deployment
This commit is contained in:
Stiftung Development
2025-09-09 21:03:23 +02:00
parent edfb233348
commit b3dd80650e

View File

@@ -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