Automate immutable production deployments
Test and publish container images / test (push) Successful in 2m43s
Test and publish container images / publish (push) Successful in 2m56s

This commit is contained in:
BuTzZ
2026-07-29 13:00:50 +02:00
parent 2e84f4eae4
commit 2064570913
34 changed files with 1779 additions and 215 deletions
+9 -2
View File
@@ -19,5 +19,12 @@ server_type = "cx33"
deploy_user = "deploy"
routing_volume_size_gb = 40
# Schützt Ressourcen vor versehentlicher Löschung über Console/API.
enable_resource_protection = true
# Nur für ein neu angelegtes, garantiert leeres Volume einmalig auf true
# setzen. Bei Import/Migration eines bestehenden Volumes immer false lassen.
initialize_empty_routing_volume = false
# Der Server-Schutz kann für einen kontrollierten Hosttausch separat gelöst
# werden, ohne jemals IP- oder Volume-Schutz zu deaktivieren.
enable_server_protection = true
enable_primary_ip_protection = true
enable_volume_protection = true