Update deployment configuration files for optimized CI/CD pipeline

- Simplified `fly.toml` by removing inline comments.
- Refactored `.woodpecker.yml` pipeline syntax for better clarity and flexibility.
- Adjusted `Dockerfile` to fix `dist` directory path and streamline `CMD` execution.
This commit is contained in:
2025-07-23 21:32:24 +02:00
committed by k
parent c498b19afb
commit 01edb8d575
3 changed files with 32 additions and 27 deletions

View File

@ -1,5 +1,5 @@
app = "gallus-pub"
primary_region = "fra" # Frankfurt region, change if needed
primary_region = "fra"
kill_signal = "SIGINT"
kill_timeout = 5