diff --git a/.dockerignore b/.dockerignore index c6409ee..d0ebc4d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,6 @@ # Node.js dependencies node_modules -src/site/node_modules +internalsite/node_modules # Go build artifacts and binaries build diff --git a/.goreleaser.yml b/.goreleaser.yml index 7e7742d..ec43edd 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,7 +9,7 @@ before: builds: - id: beszel binary: beszel - main: src/cmd/hub/hub.go + main: internal/cmd/hub/hub.go env: - CGO_ENABLED=0 goos: @@ -22,7 +22,7 @@ builds: - id: beszel-agent binary: beszel-agent - main: src/cmd/agent/agent.go + main: internal/cmd/agent/agent.go env: - CGO_ENABLED=0 goos: