Commit 1be98648 by Haohao Jiang

fix: exit after all finished

parent 2aa5eb6a
docker build -t reg.i.strikingly.com/falcon:v0.6.3 .
docker push reg.i.strikingly.com/falcon:v0.6.3
\ No newline at end of file
docker build -t reg.i.strikingly.com/falcon:v0.6.4 .
docker push reg.i.strikingly.com/falcon:v0.6.4
\ No newline at end of file
......@@ -86,6 +86,7 @@ async function main() {
}
await redis.quit();
process.exit(0);
}
function isMonday11AM() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment