note about startup
ci.vdhsn.com/push Build is failing
Details
ci.vdhsn.com/push Build is failing
Details
parent
bfb79bc2a9
commit
92c1fd6f55
|
|
@ -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
|
||||
|
|
|
|||
1
Tiltfile
1
Tiltfile
|
|
@ -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']
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue