소스 검색

【CHG】修改构建配置

zhaomn 2 년 전
부모
커밋
f664706e16
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -52,7 +52,7 @@ steps:
   - name: deploy
     image:  appleboy/drone-ssh
     settings:
-      host: deploy.iamsee.com
+      host: deploy.ninecase.top
       username: root
       password: $jgkj001
       debug: true
@@ -64,7 +64,7 @@ steps:
         - nohup java -jar /www/wwwroot/railway.iamsee.com/release/railway-admin/target/railway-admin.jar --spring.profiles.active=dev -Ddruid.mysql.usePingMethod=false > /www/wwwroot/railway.iamsee.com/out.log 2>&1 &
 trigger:
   branch:
-    - dev
+    - 20221201
 volumes:
   - name: cache # The name use in this pipeline,
     host: