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-08-02 12:57:16 +02:00
committed by Kenzo
parent c498b19afb
commit 01edb8d575
3 changed files with 32 additions and 27 deletions
+1 -1
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