hackclub/hack-as-a-service-v0

Wait for deploy locks instead of dying

Closed this issue · 3 comments

Currently, CI will just die if a deploy lock is already held. Instead, it should wait and then deploy afterwards so that we don't get failing builds.

I'm not sure if there's a way around this; the deploy lock is run by Dokku

Somehow figure out a way to wait for it to be unlocked?

Resolved with #201