From a8a3c35ace3a13735c61d5a4fc84f6cddce2e206 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 30 Oct 2021 15:54:20 +0000 Subject: [PATCH] add events/list.html to deploy.sh targets --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy.sh b/deploy.sh index 170733f..d54aab6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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)