mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
weekly maintenance tasks
This commit is contained in:
parent
46bca83e2a
commit
eae56a6882
1 changed files with 5 additions and 0 deletions
5
weekly.sh
Executable file
5
weekly.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
source venv/bin/activate
|
||||
export FLASK_APP=pyfedi.py
|
||||
flask remove_orphan_files
|
Loading…
Reference in a new issue