changes to build scripts
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user