Merge pull request #242 from bugout-dev/build-go-on-server

Build server Go script on machine
pull/243/head
Sergei Sumarokov 2021-09-08 14:26:29 +03:00 zatwierdzone przez GitHub
commit b1604d6b10
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -3,9 +3,16 @@
# Deployment script - intended to run on Moonstream database server
# Main
APP_DIR="${APP_DIR:-/home/ubuntu/moonstream}"
APP_DB_SERVER_DIR="${APP_DIR}/db/server"
SCRIPT_DIR="$(realpath $(dirname $0))"
SERVICE_FILE="${SCRIPT_DIR}/moonstreamdb.service"
echo
echo
echo "Building executable database server script with Go"
/usr/local/go/bin/go build -o "${APP_DB_SERVER_DIR}/moonstreamdb" "${APP_DB_SERVER_DIR}/main.go"
echo
echo
echo "Replacing existing moonstreamdb service definition with ${SERVICE_FILE}"