Add shell scripts and systemd service for deployment
This commit is contained in:
parent
b9bb2006ed
commit
c85bd56489
4 changed files with 35 additions and 0 deletions
4
run.sh
Executable file
4
run.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
cd /home/richard/reddit-media-collector
|
||||
source venv/bin/activate
|
||||
python -m src.main -c config.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue