Add shell scripts and systemd service for deployment

This commit is contained in:
authentik Default Admin 2025-09-11 11:45:00 -03:00
parent b9bb2006ed
commit c85bd56489
4 changed files with 35 additions and 0 deletions

4
run.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
cd /home/richard/reddit-media-collector
source venv/bin/activate
python -m src.main -c config.yaml