zhangys36 2 years ago
parent
commit
42d4da53be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -48,9 +48,9 @@ steps:
       password: $jgkj001
       debug: true
       script:
-        - export PATH=/usr/local/bin:$PATH
-        - echo $PATH
+        - cd /www/wwwroot/railway-web.iamsee.com/release
         - docker build -t iamsee/gdsc-web:1.0.0 .
+        - docker save -o gdsc-web:1.0.0.tar gdsc-web:1.0.0
 volumes:
   - name: cache # The name use in this pipeline,
     host: