ronaldlam / Autotrageur

Automated arbitrageur
2 stars 1 forks source link

Simple Drone setup #226

Closed jaonewguy closed 5 years ago

jaonewguy commented 5 years ago

For #147

jaonewguy commented 5 years ago

Yeah fresh docker each time....pretty self contained already. But will likely want some venvs for deployment when we need bandit and safety.

ronaldlam commented 5 years ago

Can we make it do bandit and safety for us as well? How does it know how to parse the pytest output?

jaonewguy commented 5 years ago

Shouldn't be too hard to do bandit and safety steps as we can just run commands or write a script to do them, full deployment would be a challenge though. Unsure about the parsing, probably just sees the exit code # and then determines whether it passes or fails the step.