release.sh: use new webserv path

pull/958/head
nick black 4 years ago
parent 1a21d193c4
commit 1b8706ab73
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -28,9 +28,9 @@ cd "$BUILDDIR"
cmake -DUSE_DOXYGEN=on ..
make -j
make test
ssh qemfd.net rm -rf /var/www/notcurses/html
scp -r html qemfd.net:/var/www/notcurses/html
scp *.html ../doc/man/index.html qemfd.net:/var/www/notcurses/
ssh qemfd.net rm -rf /opt/notcurses/html
scp -r html qemfd.net:/opt/notcurses/html
scp *.html ../doc/man/index.html qemfd.net:/opt/notcurses/
cd ..
# if that all worked, commit, push, and tag

Loading…
Cancel
Save