Skip to content

Commit 68a7405

Browse files
committed
warpctl: run add domain
1 parent bc2b701 commit 68a7405

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

warpctl/run.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ func (self *RunWorker) startContainer(servicePortsToInternalPort map[int]int) (s
855855
"WARP_VERSION": self.deployedVersion.String(),
856856
"WARP_ENV": self.env,
857857
"WARP_SERVICE": self.service,
858+
"WARP_DOMAIN": self.domain,
858859
"WARP_BLOCK": self.block,
859860
}
860861
if host, err := os.Hostname(); err == nil {

0 commit comments

Comments
 (0)