diff --git a/.github/deployment/self-host/compose.yaml b/.github/deployment/self-host/compose.yaml index 05829df93d..e63238fa39 100644 --- a/.github/deployment/self-host/compose.yaml +++ b/.github/deployment/self-host/compose.yaml @@ -1,6 +1,6 @@ services: affine: - image: ghcr.io/toeverything/affine-graphql:beta + image: ghcr.io/toeverything/affine-graphql:stable container_name: affine_selfhosted command: ['sh', '-c', 'node ./scripts/self-host-predeploy && node ./dist/index.js']