better update script
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Pull the latest changes
|
# Pull the latest changes
|
||||||
git pull origin main
|
git fetch --all
|
||||||
|
git reset --hard origin/main
|
||||||
|
|
||||||
# Run your Python script
|
# Run your Python script
|
||||||
python Post_RSS_on_SubStack.py
|
python Post_RSS_on_SubStack.py
|
||||||
Reference in New Issue
Block a user