1
This commit is contained in:
12
.cnb.yml
12
.cnb.yml
@@ -87,14 +87,14 @@ 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:
|
||||||
host: ${LOGIN_SERVER_HOST}
|
SCP_HOST: ${LOGIN_SERVER_HOST}
|
||||||
username: ${LOGIN_SERVER_USER}
|
SCP_USERNAME: ${LOGIN_SERVER_USER}
|
||||||
password: ${LOGIN_SERVER_PASSWORD}
|
SCP_PASSWORD: ${LOGIN_SERVER_PASSWORD}
|
||||||
port: ${LOGIN_SERVER_PORT}
|
SCP_PORT: ${LOGIN_SERVER_PORT}
|
||||||
source:
|
SCP_SOURCE:
|
||||||
- ./build/login_*
|
- ./build/login_*
|
||||||
- ./build/logic_*
|
- ./build/logic_*
|
||||||
target: /opt/
|
SCP_TARGET: /opt/
|
||||||
strip_components: 2
|
strip_components: 2
|
||||||
skip_verify: true
|
skip_verify: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user