From d602cbb53cdccc1e807c317657c865ae0fbbb118 Mon Sep 17 00:00:00 2001 From: HeJiachen-PM <79301703+HeJiachen-PM@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:47:37 +0800 Subject: [PATCH] ci: update compose.yaml (#5905) --- .github/deployment/self-host/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']