1
This commit is contained in:
13
.cnb.yml
13
.cnb.yml
@@ -87,16 +87,15 @@ main:
|
|||||||
image: appleboy/drone-scp:1.6.2
|
image: appleboy/drone-scp:1.6.2
|
||||||
imports: https://cnb.cool/blzing/key/-/blob/main/githubkey.yml
|
imports: https://cnb.cool/blzing/key/-/blob/main/githubkey.yml
|
||||||
settings:
|
settings:
|
||||||
SCP_HOST: ${LOGIN_SERVER_HOST}
|
host: ${LOGIN_SERVER_HOST}
|
||||||
SCP_USERNAME: ${LOGIN_SERVER_USER}
|
username: ${LOGIN_SERVER_USER}
|
||||||
SCP_PASSWORD: ${LOGIN_SERVER_PASSWORD}
|
password: ${LOGIN_SERVER_PASSWORD}
|
||||||
SCP_PORT: ${LOGIN_SERVER_PORT}
|
port: ${LOGIN_SERVER_PORT}
|
||||||
SCP_SOURCE:
|
source:
|
||||||
- ./build/login_*
|
- ./build/login_*
|
||||||
- ./build/logic_*
|
- ./build/logic_*
|
||||||
SCP_TARGET: /opt/
|
target: /opt/
|
||||||
strip_components: 2
|
strip_components: 2
|
||||||
skip_verify: true
|
|
||||||
|
|
||||||
# ========== SSH启动Login服务并上传Logic到Public ==========
|
# ========== SSH启动Login服务并上传Logic到Public ==========
|
||||||
- name: start login and move logic
|
- name: start login and move logic
|
||||||
|
|||||||
Reference in New Issue
Block a user