better update script

This commit is contained in:
Gaël Honorez
2024-01-01 20:09:48 +01:00
parent 5934363ec4
commit c268dd00c8

View File

@@ -1,7 +1,10 @@
#!/bin/bash
# Pull the latest changes
git pull origin main
git fetch --all
git reset --hard origin/main
# Run your Python script
python Post_RSS_on_SubStack.py