From 492a4a4acf8b4db94fdd4952ba0a560bbbe8f86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=9C=E8=8F=AF?= Date: Mon, 5 Jun 2023 16:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 2d2342f..936489c 100755 --- a/update.sh +++ b/update.sh @@ -6,6 +6,7 @@ go build -o data/gameui-ai-server main.go # 上传文件 scp ./README.md root@47.103.40.152:~/README.md +scp ./data/openapi.yaml root@47.103.40.152:~/data/openapi.yaml scp ./data/gameui-ai-server root@47.103.40.152:~/gameui-ai-server_new rm -rf ./data/gameui-ai-server