|
|
@@ -62,11 +62,11 @@ steps:
|
|
|
settings:
|
|
|
port: 22
|
|
|
host:
|
|
|
- from_secret: test_ssh_host
|
|
|
+ from_secret: ssh_host
|
|
|
username:
|
|
|
- from_secret: test_ssh_username
|
|
|
+ from_secret: ssh_user
|
|
|
password:
|
|
|
- from_secret: test_ssh_password
|
|
|
+ from_secret: ssh_pwd
|
|
|
command_timeout: 5m
|
|
|
source:
|
|
|
- target/test.jar
|
|
|
@@ -83,11 +83,11 @@ steps:
|
|
|
settings:
|
|
|
port: 22
|
|
|
host:
|
|
|
- from_secret: test_ssh_host
|
|
|
+ from_secret: ssh_host
|
|
|
username:
|
|
|
- from_secret: test_ssh_username
|
|
|
+ from_secret: ssh_user
|
|
|
password:
|
|
|
- from_secret: test_ssh_password
|
|
|
+ from_secret: ssh_pwd
|
|
|
command_timeout: 1m
|
|
|
script:
|
|
|
- cd /home/TestApp
|
|
|
@@ -104,11 +104,11 @@ steps:
|
|
|
settings:
|
|
|
port: 22
|
|
|
host:
|
|
|
- from_secret: test_ssh_host
|
|
|
+ from_secret: ssh_host
|
|
|
username:
|
|
|
- from_secret: test_ssh_username
|
|
|
+ from_secret: ssh_user
|
|
|
password:
|
|
|
- from_secret: test_ssh_password
|
|
|
+ from_secret: ssh_pwd
|
|
|
command_timeout: 5m
|
|
|
source:
|
|
|
- target/test-dev.jar
|
|
|
@@ -122,11 +122,11 @@ steps:
|
|
|
settings:
|
|
|
port: 22
|
|
|
host:
|
|
|
- from_secret: test_ssh_host
|
|
|
+ from_secret: ssh_host
|
|
|
username:
|
|
|
- from_secret: test_ssh_username
|
|
|
+ from_secret: ssh_user
|
|
|
password:
|
|
|
- from_secret: test_ssh_password
|
|
|
+ from_secret: ssh_pwd
|
|
|
command_timeout: 1m
|
|
|
script:
|
|
|
- cd /home/TestAppDev
|