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
+11 -2
View File
@@ -1,5 +1,16 @@
node_modules
.tools
.git
**/.terraform
**/*.tfstate
**/*.tfstate.*
**/*.tfplan
**/*.tfvars
**/*.tfvars.json
**/.env
**/.env.*
**/.gitea-token
**/.gitea-*-token
dist
.vite
coverage
@@ -12,6 +23,4 @@ data/geofabrik/*.osm.pbf.md5
data/geofabrik/*.part
data/geofabrik/*.expected-md5
data/local/*.json
.env
.env.*
.DS_Store