fix: ci and k8s resource
This commit is contained in:
@@ -4,6 +4,10 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
types: [closed]
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
+2
-2
@@ -19,7 +19,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: sync-backend-data-pool
|
- name: sync-backend-data-pool
|
||||||
image: git.trai-infra.comstack.de/marian.lippitz/tap-frontend:latest
|
image: git.trai-infra.comstack.de/marian.lippitz/tap-frontend:latest
|
||||||
command: ["php", "artisan", "schedule:test", "sync-backend-data-pool-incremental"]
|
command: ["php", "artisan", "schedule:run"]
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: tap-frontend-config
|
name: tap-frontend-config
|
||||||
@@ -47,7 +47,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: sync-backend-data-pool
|
- name: sync-backend-data-pool
|
||||||
image: git.trai-infra.comstack.de/marian.lippitz/tap-frontend:latest
|
image: git.trai-infra.comstack.de/marian.lippitz/tap-frontend:latest
|
||||||
command: ["php", "artisan", "schedule:test", "sync-backend-data-pool-incremental"]
|
command: ["php", "artisan", "tinker", "--execute=dispatch(new App\\Jobs\\SyncBackendDataPool(fullSync: false, batchSize: 1000))"]
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: tap-frontend-config
|
name: tap-frontend-config
|
||||||
|
|||||||
Reference in New Issue
Block a user