changes to build scripts

This commit is contained in:
2024-11-01 17:26:45 -04:00
parent 618a7eb0cf
commit 3fec261a46
4 changed files with 146 additions and 7 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
# ----- Settings
LocalSoftwareDir=${HOME}/software/cvtt2
ProdDir=${HOME}/prod
ProdDir=$(pwd)
ReleaseHosts=("cloud21.cvtt.vpn")
ReleasePorts=("22")
@@ -74,7 +74,7 @@ mkdir -p ${ProdDir}
# exists and not empty
rsync_load_version
Location="${LocalSoftwareDir}/${Project}/${Version}/${Project}"
Location="${LocalSoftwareDir}/${Project}/${Version}"/${Project}"
Cmd="cd ${ProdDir}"
Cmd="${Cmd} && rm -rf ${Project}"