Chore: Revert initContainer command after successful migration
This commit is contained in:
@@ -16,8 +16,7 @@ spec:
|
||||
initContainers:
|
||||
- name: migrate
|
||||
image: git.juggalol.com/juggalol/reactbin-api:v1.4.0
|
||||
# command: ["alembic", "upgrade", "head"]
|
||||
command: ["sh", "-c", "alembic upgrade 003 && python -m scripts.migrate_to_short_ids && alembic upgrade head"]
|
||||
command: ["alembic", "upgrade", "head"]
|
||||
workingDir: /app
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
Reference in New Issue
Block a user