diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-11-23 18:07:31 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-11-23 18:07:31 +0800 |
| commit | 0644afdf74a8c5db8753a00ae51e61e63d6d154e (patch) | |
| tree | 1586b45ab6532d890af611b6d8ffbbb5418c3b85 /tools | |
| parent | 886d74a69e34e607833e7b55404cc7a499392537 (diff) | |
update
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/cron/task.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cron/task.cron b/tools/cron/task.cron index 938ed4c..7521cca 100644 --- a/tools/cron/task.cron +++ b/tools/cron/task.cron | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | # Push changes on ~/.task | 1 | # Push changes on ~/.task |
| 2 | 0 * * * * (cd ~/.task && git add * && git commit -am update && git push origin &>/dev/null &) | 2 | */20 * * * * cd ~/.task && git add * && git commit -am update && git push origin 2>&1 |