vsoch / watchme

Reproducible watchers for research
https://vsoch.github.io/watchme/
Mozilla Public License 2.0
851 stars 32 forks source link

[watchme push] option to automatically deploy results #37

Closed vsoch closed 5 years ago

vsoch commented 5 years ago

I'm not sure how feasible this is, but I'm wondering if a user might want to push results to GitHub at the same time they are collected. E.g., instead of

$ watchme run <watcher> <task>

The user could optionally add a --push flag to also push to GitHub on success:

$ watchme run --push <watcher> <task>
vsoch commented 5 years ago

I don't (personally) feel comfortable with watchme pushing for me, so I'm going to close this for now.