编辑文件 my-first-workflow.yaml
This commit is contained in:
@@ -12,7 +12,6 @@ skip_clone: true
|
||||
environment:
|
||||
SCREEN_NAME: "logic_service"
|
||||
REMOTE_EXE_DIR: "/opt/logic"
|
||||
GIT_CONFIG_URL: "https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
|
||||
LOG_PATH: "$HOME/run.log"
|
||||
|
||||
# 流水线核心步骤:理顺依赖链,确保各步骤依赖正确
|
||||
@@ -23,6 +22,7 @@ steps:
|
||||
environment:
|
||||
WOODPECKER_SSH_KEY:
|
||||
from_secret: WOODPECKER_SSH_KEY
|
||||
GIT_CONFIG_URL: "https://cnb:$CNB_ACCK@cnb.cool/blzing/blazing"
|
||||
commands:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user