Skip to content

Commit

Permalink
Fix Auto Deploy remote (#46)
Browse files Browse the repository at this point in the history
* Fix Auto Deploy remote

* Update configure.go

---------

Co-authored-by: Lance Pioch <[email protected]>
  • Loading branch information
RMartinOscar and lancepioch authored Oct 14, 2024
1 parent 5d4f7bc commit 7dd7317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ func configureCmdRun(cmd *cobra.Command, args []string) {
if err := json.Unmarshal(b, cfg); err != nil {
panic(err)
}

// Manually specify the Panel URL as it won't be decoded from JSON.
cfg.PanelLocation = configureArgs.PanelURL

if err = config.WriteToDisk(cfg); err != nil {
panic(err)
Expand Down

0 comments on commit 7dd7317

Please sign in to comment.