lith 3 년 전
부모
커밋
8925c56a33
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      Publish/DevOps/build-bash/51.docker-deploy-copy.sh

+ 8 - 8
Publish/DevOps/build-bash/51.docker-deploy-copy.sh

@@ -13,25 +13,25 @@ export basePath=/root/temp/svn
 #---------------------------------------------------------------------
 #(x.2)
 publishPath="$basePath/Publish/release/release/Station(net5.0)"
-dockerPath=$basePath/Publish/release/release/docker-deploy
+deployPath=$basePath/Publish/release/release/docker-deploy
 
 
 
 #----------------------------------------------
 echo "(x.3)copy dir"
-\cp -rf "$basePath/Publish/ReleaseFile/docker-deploy/." "$dockerPath"
+\cp -rf "$basePath/Publish/ReleaseFile/docker-deploy/." "$deployPath"
 
 
 
 #---------------------------------------------------------------------
 echo "(x.4)copy station"
 
-\cp -rf "$publishPath/ServiceCenter/appsettings.json" "$dockerPath/sers"
-\cp -rf "$publishPath/Gateway/appsettings.json" "$dockerPath/sers-gateway"
-\cp -rf "$publishPath/Gover/appsettings.json" "$dockerPath/sers-gover"
-\cp -rf "$publishPath/Demo/appsettings.json" "$dockerPath/sers-demo"
-\cp -rf "$publishPath/Robot/appsettings.json" "$dockerPath/sers-demo-robot"
-\cp -rf "$basePath/Publish/release/release/StressTest/单体压测net5.0/ServiceCenter/appsettings.json" "$dockerPath/sers-demo-sersall"
+\cp -rf "$publishPath/ServiceCenter/appsettings.json" "$deployPath/sers"
+\cp -rf "$publishPath/Gateway/appsettings.json" "$deployPath/sers-gateway"
+\cp -rf "$publishPath/Gover/appsettings.json" "$deployPath/sers-gover"
+\cp -rf "$publishPath/Demo/appsettings.json" "$deployPath/sers-demo"
+\cp -rf "$publishPath/Robot/appsettings.json" "$deployPath/sers-demo-robot"
+\cp -rf "$basePath/Publish/release/release/StressTest/单体压测net5.0/ServiceCenter/appsettings.json" "$deployPath/sers-demo-sersall"