From 7a85495d81be47d14ba28b97ba690f781ac3c55f Mon Sep 17 00:00:00 2001 From: tomleb Date: Sat, 6 May 2017 19:12:31 -0400 Subject: [PATCH] Generate template files --- deploy/init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/init.sh b/deploy/init.sh index 8e8088ec..037b7835 100755 --- a/deploy/init.sh +++ b/deploy/init.sh @@ -5,6 +5,7 @@ set -ex # TODO Doesn't scale, find another way to wait until db is ready sleep 40 go get github.com/ewhal/nyaa +go generate ./... go build ./nyaa -host 0.0.0.0 \ -port "${PANTSU_INTERNAL_PORT}" \