add events/list.html to deploy.sh targets
This commit is contained in:
parent
5589a530b7
commit
a8a3c35ace
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ cp test_data/participants.html data/
|
|||
rm data/index.html
|
||||
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/
|
||||
|
||||
#monitoring each command invokations (off)
|
||||
|
|
|
|||
Loading…
Reference in a new issue