Skip to content

Commit af968fa

Browse files
committed
service restart in workflow
1 parent 495c3a2 commit af968fa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ jobs:
4646
source venv/bin/activate && \
4747
pip install --upgrade pip && \
4848
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
49-
"
49+
50+
sudo systemctl restart parktrack-detection
51+
"

0 commit comments

Comments
 (0)