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}" \