xiehuanqun il y a 1 mois
Parent
commit
1c03f140cd
1 fichiers modifiés avec 12 ajouts et 12 suppressions
  1. 12 12
      .drone.yml

+ 12 - 12
.drone.yml

@@ -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