Merge pull request #4746 from toeverything/data-migrations-system

feat(server): add data migration system
This commit is contained in:
LongYinan
2023-10-30 06:36:18 +00:00
committed by GitHub
11 changed files with 466 additions and 67 deletions

View File

@@ -16,7 +16,7 @@ spec:
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
command: ["yarn", "prisma", "migrate", "deploy"]
command: ["yarn", "predeploy"]
env:
- name: NODE_ENV
value: "{{ .Values.env }}"