Re-enable automatic deployment with proper server setup

- Remove deployment disable flag from CI/CD pipeline
- Update documentation to reflect deployment user SSH key setup
- Enable automated deployment now that production server is configured
- The deployment user with SSH key will handle git operations automatically
This commit is contained in:
Stiftung Development
2025-09-06 22:44:20 +02:00
parent 1589cff171
commit 0c4b0fd48c
2 changed files with 8 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && false # Disabled until production server is set up
if: github.ref == 'refs/heads/main'
environment: production