loco-lab / HackProjects

Place to keep ideas and results from side hack projects
MIT License
0 stars 0 forks source link

thing that auto-runs a repo #1

Open adampbeardsley opened 4 years ago

adampbeardsley commented 4 years ago

I want to make a simple thing that integrates with github to auto-run a pipeline when a PR is made. Here's what I'm thinking:

mkolopanis commented 4 years ago

you basically just invented CI and CI reporting bots

adampbeardsley commented 4 years ago

Yeah, but I want to own it so we can add to it. Ultimately we want to be able to run on larger data sets, store and tag outputs, and keep more logs about the environment. But this is a first step.

mkolopanis commented 4 years ago

also you can use github actions to ssh to a server and execute code. which is kind of this

dannyjacobs commented 4 years ago

so it should be do-able in a day?