1
0

Do not perform webserver update from release script.

(see publish.sh and deploy.sh in the electrum-web repo)
This commit is contained in:
ThomasV
2021-04-28 12:37:08 +00:00
parent 1dfa81e7b6
commit 2b05615995

View File

@@ -179,17 +179,12 @@ else
touch dist/uploaded
fi
#exit 0
# push changes to website
# push changes to website repo
pushd $WWW_DIR
git diff
git commit -a -m "version $VERSION"
git push
popd
# update webserver:
echo "to deploy, type:"
echo "ssh root@website \"cd /var/www/new; git pull github master\""
# clear cloudflare cache
echo "run $WWW_DIR/publish.sh to sign the website commit and upload signature"