diff --git a/deploy/affine/deployment.yaml b/deploy/affine/deployment.yaml index fd699f4..128f313 100644 --- a/deploy/affine/deployment.yaml +++ b/deploy/affine/deployment.yaml @@ -16,7 +16,7 @@ spec: restartPolicy: OnFailure containers: - name: affine-migrate - image: ghcr.io/toeverything/affine-graphql:${AFFINE_REVISION:-stable} + image: ghcr.io/toeverything/affine-graphql:stable command: ["sh", "-c", "node ./scripts/self-host-predeploy.js"] env: - name: REDIS_SERVER_HOST