refactor: rename iot client to stateless gateway
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
set -Eeuo pipefail
|
||||
mkdir -p ./output
|
||||
for module in api worker iot-client iot-server; do
|
||||
for module in api worker iot-gateway iot-server; do
|
||||
(cd "./backend/${module}" && GOARCH=amd64 GOOS=linux go build -o "../../output/${module}" ./cmd/main/main.go)
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user