docs(deployment): remove --upload from backup timer (R2 not yet configured)
All checks were successful
CI / ruff (push) Successful in 11s
CI / pytest (push) Successful in 37m38s
CI / dependency-scanning (push) Successful in 33s
CI / docs (push) Successful in 43s
CI / validate (push) Successful in 24s
CI / deploy (push) Successful in 52s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 18:28:08 +01:00
parent eedc463207
commit cd596b85b3

View File

@@ -896,7 +896,7 @@ After=docker.service
[Service]
Type=oneshot
User=samir
ExecStart=/usr/bin/bash /home/samir/apps/orion/scripts/backup.sh --upload
ExecStart=/usr/bin/bash /home/samir/apps/orion/scripts/backup.sh
StandardOutput=journal
StandardError=journal
```