Skip to content

Commit 0b75bef

Browse files
committed
Add update zoom script
This script run with ./update_zoom.sh ‘new_url’ should speed up updating the website.
1 parent 3cc7b4c commit 0b75bef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

update_zoom.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
sed -i.tmp -e "s/redirect_to.*/redirect_to: $1/g" _rooms/cfb.md
44
# update ./_config.yml
55
sed -i.tmp -e "s/zoom_url:.*/zoom_url: $1/g" _config.yml
6+
7+
git add .
8+
git commit -m 'Update Zoom Url'
9+
git push origin master

0 commit comments

Comments
 (0)