🚧 wip SIS make-rules

This commit is contained in:
dth@taiga.ai 2022-06-22 23:47:22 +02:00
parent 256ac74aa8
commit 7bc701fb82

View file

@ -9,9 +9,10 @@ Make rules:
* [ ] add oneliner to cron `<path-to-venv>/python server-ip-sync.py --upload` * [ ] add oneliner to cron `<path-to-venv>/python server-ip-sync.py --upload`
```makefile ```makefile
" https://stackoverflow.com/a/9578959
addcron: addcron:
CRONENTRY= CRONENTRY=
{ crontab -l; echo "*/2 * * * * /usr/bin/node cronapp.js >> logfile.log" } | crontab - { crontab -l; echo "* * * * * path-to-venv/python >> ip.log" } | crontab -
add_github_token: add_github_token:
echo "Visit github to generate new token:" echo "Visit github to generate new token:"