stop uploading webcontent to the old server (OpenBSD)
This commit is contained in:
parent
39b9b3d01f
commit
0da595a657
1 changed files with 12 additions and 12 deletions
|
@ -36,18 +36,18 @@ command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configure
|
||||||
git lfs pre-push "$@"
|
git lfs pre-push "$@"
|
||||||
echo " Done!"
|
echo " Done!"
|
||||||
|
|
||||||
echo -n ">>> Pushing files to *bor* (old server)..."
|
# echo -n ">>> Pushing files to *bor* (old server)..."
|
||||||
|
#
|
||||||
ret="$(rsync --no-motd -acvhz --stats --del public/ bor:/var/www/sites/oe7drt/ > /dev/null 2>&1)"
|
# ret="$(rsync --no-motd -acvhz --stats --del public/ bor:/var/www/sites/oe7drt/ > /dev/null 2>&1)"
|
||||||
|
#
|
||||||
if [ "$?" -eq "0" ] ; then
|
# if [ "$?" -eq "0" ] ; then
|
||||||
echo " Success!"
|
# echo " Success!"
|
||||||
else
|
# else
|
||||||
echo " *** FAILED ***"
|
# echo " *** FAILED ***"
|
||||||
echo "Could not sync files to *bor* (rsync). Aborting..."
|
# echo "Could not sync files to *bor* (rsync). Aborting..."
|
||||||
clean_up
|
# clean_up
|
||||||
exit 1
|
# exit 1
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
echo -n ">>> Pushing files to *celeste* (new server)..."
|
echo -n ">>> Pushing files to *celeste* (new server)..."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue