51.docker-deploy-copy.sh 489 B

1234567891011121314151617181920212223242526
  1. set -e
  2. #---------------------------------------------------------------------
  3. #(x.1)参数
  4. args_="
  5. export basePath=/root/temp/svn
  6. # "
  7. #---------------------------------------------------------------------
  8. #(x.2)
  9. publishPath="$basePath/Publish/release/release/Station(net6.0)"
  10. deployPath=$basePath/Publish/release/release/docker-deploy
  11. #----------------------------------------------
  12. echo "(x.3)copy dir"
  13. \cp -rf "$basePath/Publish/ReleaseFile/docker-deploy/." "$deployPath"