Skip to content

Commit

Permalink
Added environmnet to deployment annotation (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahlunar authored Aug 16, 2024
1 parent 1226540 commit fd8f174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/command/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ func NewStart(startOptions *startOptions) *cobra.Command {
opts.Spec.Application.Message,
opts.Spec.ID,
),
Tags: []string{"deployment", opts.Service},
Tags: []string{"deployment", opts.Service, opts.Environment},
},
)
if err != nil {
Expand Down

0 comments on commit fd8f174

Please sign in to comment.