From dacea84f010cbdf069213ba71c9cbbe0a2cc2ad6 Mon Sep 17 00:00:00 2001 From: vapao Date: Mon, 11 Oct 2021 15:04:31 +0800 Subject: [PATCH] fix issue --- spug_api/apps/repository/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/spug_api/apps/repository/utils.py b/spug_api/apps/repository/utils.py index 85693f9..3d7817e 100644 --- a/spug_api/apps/repository/utils.py +++ b/spug_api/apps/repository/utils.py @@ -31,6 +31,7 @@ def dispatch(rep: Repository, helper=None): helper.send_info('local', f'\033[32m完成√\033[0m\r\n{human_time()} 构建准备... ') env = AttrDict( SPUG_APP_NAME=rep.app.name, + SPUG_APP_KEY=rep.app.key, SPUG_APP_ID=str(rep.app_id), SPUG_DEPLOY_ID=str(rep.deploy_id), SPUG_BUILD_ID=str(rep.id),