|
@@ -2,7 +2,7 @@
|
|
# Deploy on local Apache2 Httpd instance
|
|
# Deploy on local Apache2 Httpd instance
|
|
|
|
|
|
gitRoot=`git rev-parse --show-toplevel`
|
|
gitRoot=`git rev-parse --show-toplevel`
|
|
-from="$gitRoot/web/"
|
|
|
|
|
|
+from="$gitRoot/src/"
|
|
dest="/var/www/html/"
|
|
dest="/var/www/html/"
|
|
|
|
|
|
echo "A copy will be peformed from ..."
|
|
echo "A copy will be peformed from ..."
|
|
@@ -15,5 +15,5 @@ bash "$gitRoot/undeployed/scripts/deploy/up-version.sh"
|
|
|
|
|
|
rsync --delete --recursive --verbose $from $dest
|
|
rsync --delete --recursive --verbose $from $dest
|
|
|
|
|
|
-git checkout -- "$gitRoot/web/include/generated/date.txt"
|
|
|
|
-git checkout -- "$gitRoot/web/include/generated/version.txt"
|
|
|
|
|
|
+git checkout -- "$gitRoot/src/include/generated/date.txt"
|
|
|
|
+git checkout -- "$gitRoot/src/include/generated/version.txt"
|