Skip to content

Commit

Permalink
Updating the rudder key using the plugins key environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino committed Jul 11, 2024
1 parent 90810c9 commit 1f853ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INCLUDE_FFMPEG ?=
BUILD_HASH = $(shell git rev-parse HEAD)
LDFLAGS += -X "main.buildHash=$(BUILD_HASH)"
LDFLAGS += -X "main.isDebug=$(MM_DEBUG)"
LDFLAGS += -X "main.rudderWriteKey=$(MM_RUDDER_COPILOT_PROD)"
LDFLAGS += -X "main.rudderWriteKey=$(MM_RUDDER_PLUGINS_PROD)"
LDFLAGS += -X "main.rudderDataplaneURL=$(MM_RUDDER_DATAPLANE_URL)"
GO_BUILD_FLAGS += -ldflags '$(LDFLAGS)'

Expand Down

0 comments on commit 1f853ca

Please sign in to comment.