|
@@ -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"
|
|
|
|
|
|
|
|
|
|