Skip to content

Commit

Permalink
F 修复新增变量引起的发布失败问题
Browse files Browse the repository at this point in the history
  • Loading branch information
vapao committed Apr 7, 2020
1 parent 85c6a46 commit 2f5cc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spug_api/apps/deploy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def deploy_dispatch(request, req, token):
SPUG_APP_NAME=req.deploy.app.name,
SPUG_APP_ID=str(req.deploy.app_id),
SPUG_REQUEST_NAME=req.name,
SPUG_DEPLOY_ID=req.deploy.id,
SPUG_DEPLOY_ID=str(req.deploy.id),
SPUG_REQUEST_ID=str(req.id),
SPUG_ENV_ID=str(req.deploy.env_id),
SPUG_ENV_KEY=req.deploy.env.key,
Expand Down

0 comments on commit 2f5cc2d

Please sign in to comment.