Skip to content

Commit

Permalink
add manual flag
Browse files Browse the repository at this point in the history
  • Loading branch information
23doors committed Jul 8, 2021
1 parent 490b69f commit 948c4f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions actions/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,9 @@ func (p *PlanAction) save() error {
}

state.DNS = &types.DNS{
IP: p.loadBalancer.Addresses[0].IP.Current(),
URL: "https://" + app.App.URL,
IP: p.loadBalancer.Addresses[0].IP.Current(),
URL: "https://" + app.App.URL,
Manual: true,
}

p.AppStates[app.App.ID] = state
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-containerregistry v0.5.1
github.com/mitchellh/mapstructure v1.4.1
github.com/outblocks/outblocks-plugin-go v0.0.0-20210708161832-56a8cbbf879e
github.com/outblocks/outblocks-plugin-go v0.0.0-20210708180736-d828c58a8710
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,8 @@ github.com/outblocks/outblocks-plugin-go v0.0.0-20210705152117-95220fb1419c h1:c
github.com/outblocks/outblocks-plugin-go v0.0.0-20210705152117-95220fb1419c/go.mod h1:vAn4Vv7fXTyrjNEvAVcKtKJ2Bwaqk3Oy63lqnBRIct4=
github.com/outblocks/outblocks-plugin-go v0.0.0-20210708161832-56a8cbbf879e h1:vil3jRJL56zMzabUeFwmtI3KIm2TiHu0jswyAlxM1Mo=
github.com/outblocks/outblocks-plugin-go v0.0.0-20210708161832-56a8cbbf879e/go.mod h1:vAn4Vv7fXTyrjNEvAVcKtKJ2Bwaqk3Oy63lqnBRIct4=
github.com/outblocks/outblocks-plugin-go v0.0.0-20210708180736-d828c58a8710 h1:ToXKorA7tnQaJSdc/XrexdWuiwOHSiCE4g7VvzIfQuw=
github.com/outblocks/outblocks-plugin-go v0.0.0-20210708180736-d828c58a8710/go.mod h1:vAn4Vv7fXTyrjNEvAVcKtKJ2Bwaqk3Oy63lqnBRIct4=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc=
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
Expand Down

0 comments on commit 948c4f8

Please sign in to comment.