all repos — navani @ 30df9bfd236b6663e10ef9feaf0a38355e7b896b

forlater's primary mail processing service

Add deploy script
Anirudh Oppiliappan x@icyphox.sh
Thu, 16 Sep 2021 12:28:14 +0530
commit

30df9bfd236b6663e10ef9feaf0a38355e7b896b

parent

b6258a2e26127b60790b48d497bd576a8bc10a43

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
A deploy.sh

@@ -0,0 +1,5 @@

+#!/bin/sh + +go build +pkill navani +nohup ./navani >> log &