fix: ci
This commit is contained in:
+2
-2
@@ -19,7 +19,7 @@ spec:
|
||||
containers:
|
||||
- name: sync-backend-data-pool
|
||||
image: git.trai-infra.comstack.de/marian.lippitz/tap-frontend:latest
|
||||
command: ["php", "artisan", "schedule:run"]
|
||||
args: ["php", "artisan", "schedule:run"]
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: tap-frontend-config
|
||||
@@ -47,7 +47,7 @@ spec:
|
||||
containers:
|
||||
- name: sync-backend-data-pool
|
||||
image: git.trai-infra.comstack.de/marian.lippitz/tap-frontend:latest
|
||||
command: ["php", "artisan", "tinker", "--execute=dispatch(new App\\Jobs\\SyncBackendDataPool(fullSync: false, batchSize: 1000))"]
|
||||
args: ["php", "artisan", "tinker", "--execute=dispatch(new App\\Jobs\\SyncBackendDataPool(fullSync: false, batchSize: 1000))"]
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: tap-frontend-config
|
||||
|
||||
Reference in New Issue
Block a user