note about startup
ci.vdhsn.com/push Build is failing Details

feat/swagger
Adam Veldhousen 2023-06-12 20:40:38 -05:00
parent bfb79bc2a9
commit 92c1fd6f55
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
2 changed files with 1 additions and 2 deletions

View File

@ -87,7 +87,7 @@ make setup
# generate protobufs and sql boilerplate
make gen
# spin up a k8s cluster, build and deploy services locally w/ hot reloading
# spin up a k8s cluster, build and deploy services locally w/ hot reloading - be patient this takes a few minutes first run
make dev
# build production docker images for the backend microservices, optionally push to the respective env

View File

@ -81,7 +81,6 @@ def bh_backend_service(service="", port_forwards=[], migrateDB=False, devMode=Tr
'{}-go-compile'.format(service),
'CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -gcflags "all=-N -l" -o .bin/{}-debug ./src/{}'.format(service, service),
deps=['./src/{}'.format(service), './src/lib'],
resource_deps=deps,
labels=['3-compilation']
)