Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 22d38bb

Browse files
committed
auto install new release
1 parent 24211b3 commit 22d38bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

makeRelease.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ if [ -d ~/.virtualenvs/json2xml ]
4141
python scripts/dist2xml.py $1
4242
cd runestone
4343
tar --strip-components 1 -zcf dist-$1.tgz dist/*
44+
echo "Installing release on CDN"
4445
scp dist-$1.tgz balance.runestoneacademy.org:~/
46+
ssh balance.runestoneacademy.org /home/bmiller/bin/install_release.sh $1
4547
mv dist-$1.tgz ../jsdist
4648
cp dist/webpack_static_imports.xml ~/src/pretext/xsl/support/runestone-services.xml
4749
cp dist/webpack_static_imports.xml ~/.ptx/xsl/support/runestone-services.xml

0 commit comments

Comments
 (0)