We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495c3a2 commit af968faCopy full SHA for af968fa
1 file changed
.github/workflows/deploy.yml
@@ -46,4 +46,6 @@ jobs:
46
source venv/bin/activate && \
47
pip install --upgrade pip && \
48
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
49
- "
+
50
+ sudo systemctl restart parktrack-detection
51
+ "
0 commit comments