Parcourir la source

更新 '.drone.yml'

root il y a 2 ans
Parent
commit
0b67bf4df2
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      .drone.yml

+ 4 - 4
.drone.yml

@@ -19,24 +19,24 @@ steps:
       password: $jgkj001
       debug: true
       script:
-        - cd /www/wwwroot/railway-web.iamsee.com/release
+        - cd /www/wwwroot/railway-web.ninecase.top/release
         - pwd
         - chattr -i dist/.user.ini
         - rm -rf dist
   - name: scp_files
     image: appleboy/drone-scp
     settings:
-      host: 172.17.0.1
+      host: 172.16.0.28
       username: root
       password: $jgkj001
       debug: true
-      target: /www/wwwroot/railway-web.iamsee.com/release
+      target: /www/wwwroot/railway-web.ninecase.top/release
       source: dist
       rm: true
   - name: deploy
     image:  appleboy/drone-ssh
     settings:
-      host: deploy.iamsee.com
+      host: 172.16.0.28
       username: root
       password: $jgkj001
       debug: true