xiehuanqun 1 mese fa
parent
commit
fc5dac4a08
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -43,6 +43,7 @@ steps:
         from_secret: ssh_user
       password:
         from_secret: ssh_pwd
+      command_timeout: 10m
       script:
         - cd /home/app
         - pkill -f "test.jar" || true   # 停掉旧进程