add events/list.html to deploy.sh targets

This commit is contained in:
Dooho Yi 2021-10-30 15:54:20 +00:00
parent 5589a530b7
commit a8a3c35ace

View file

@ -24,6 +24,9 @@ cp test_data/participants.html data/
rm data/index.html rm data/index.html
cp test_data/index.html data/ cp test_data/index.html data/
rm data/events/list.html
cp test_data/events/list.html data/events/
python distribusi/test.py -t -d ./data/ python distribusi/test.py -t -d ./data/
#monitoring each command invokations (off) #monitoring each command invokations (off)