Skip to content

Commit

Permalink
added git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
ijara committed Nov 13, 2024
1 parent 1e2c229 commit 5e8b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
*/1 * * * * /bin/sh -c 'source .venv/bin/activate && python main.py && git add . && git commit -m "sync_$(date +\'%Y%m%d\')" && git push'
*/1 * * * * /bin/sh -c 'git pull && source .venv/bin/activate && python main.py && git add . && git commit -m "sync_$(date +\'%Y%m%d\')" && git push'

0 comments on commit 5e8b3bb

Please sign in to comment.