int08h / roughenough

A Roughtime secure time sync client and server written in Rust
https://int08h.com/post/roughenough-a-rust-roughtime-server/
Apache License 2.0
123 stars 21 forks source link

Add Drone Script For Docker Builds #22

Closed zicklag closed 5 years ago

zicklag commented 5 years ago

Not tested yet. I'll finish soon.

zicklag commented 5 years ago

The build script should be working correctly, but the Dockerfile apparently needs an update because it doesn't build. :)

int08h commented 5 years ago

@zicklag I'm taking a look at the broken build issue.

int08h commented 5 years ago

@zicklag Please re-attempt the Docker build.

I think you're good-to-go now.

zicklag commented 5 years ago

It still failed: https://cloud.drone.io/katharostech/roughenough/9/1/2

It seems that there isn't a roughenough.cfg file in the root of the repo like the Dockerfile expects there to be. Also there isn't a creds.json file. Did those used to be files in the repo at one point?

int08h commented 5 years ago

Yup, good point. 🤦‍♂

Let me clean that up.