chore(ci): add offline container deployment pipeline
CI / Backend (push) Failing after 8m3s
CI / Deployment Config (push) Successful in 6s
CI / Frontend (push) Successful in 4m4s

This commit is contained in:
2026-04-30 23:29:15 +08:00
parent f3679e6176
commit 22163edbee
13 changed files with 472 additions and 58 deletions
+10
View File
@@ -23,6 +23,11 @@ services:
pull_policy: never
build: !reset null
kol-assist-worker:
image: geo-rankly/kol-assist-worker:${IMAGE_TAG:-latest}
pull_policy: never
build: !reset null
scheduler:
image: geo-rankly/scheduler:${IMAGE_TAG:-latest}
pull_policy: never
@@ -38,6 +43,11 @@ services:
pull_policy: never
build: !reset null
ops-web:
image: geo-rankly/ops-web:${IMAGE_TAG:-latest}
pull_policy: never
build: !reset null
postgres:
pull_policy: never