Do not perform webserver update from release script.
(see publish.sh and deploy.sh in the electrum-web repo)
This commit is contained in:
@@ -179,17 +179,12 @@ else
|
|||||||
touch dist/uploaded
|
touch dist/uploaded
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#exit 0
|
|
||||||
|
|
||||||
# push changes to website
|
# push changes to website repo
|
||||||
pushd $WWW_DIR
|
pushd $WWW_DIR
|
||||||
git diff
|
git diff
|
||||||
git commit -a -m "version $VERSION"
|
git commit -a -m "version $VERSION"
|
||||||
git push
|
git push
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# update webserver:
|
echo "run $WWW_DIR/publish.sh to sign the website commit and upload signature"
|
||||||
echo "to deploy, type:"
|
|
||||||
echo "ssh root@website \"cd /var/www/new; git pull github master\""
|
|
||||||
|
|
||||||
# clear cloudflare cache
|
|
||||||
|
|||||||
Reference in New Issue
Block a user