Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -20,6 +20,8 @@ build_api_binary() {
|
||||
cd "$APP_DIR/svc"
|
||||
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -ldflags="-w -s" -o "$APP_DIR/bssapp" ./main.go
|
||||
chmod +x "$APP_DIR/bssapp"
|
||||
ln -sf "$APP_DIR/bssapp" "$APP_DIR/nerp"
|
||||
ln -sf "$APP_DIR/bssapp" "$APP_DIR/start"
|
||||
}
|
||||
|
||||
run_deploy() {
|
||||
|
||||
Reference in New Issue
Block a user