From 2b0561599595ade8cebbc699f2946b4830ef671f Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 28 Apr 2021 12:37:08 +0000 Subject: [PATCH] Do not perform webserver update from release script. (see publish.sh and deploy.sh in the electrum-web repo) --- contrib/release.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/contrib/release.sh b/contrib/release.sh index ec361ec4b..312502ccc 100755 --- a/contrib/release.sh +++ b/contrib/release.sh @@ -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"