Skip to content

Commit bcd97a1

Browse files
Merge pull request #49 from OctopusDeploy/Octopus-Release-Production-Windows
Enable Production releases (Windows)
2 parents f70bbe1 + 1d68360 commit bcd97a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.octopus/windows.ltsc2019/deployment_process.ocl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
step "Push Docker image" {
22

33
action {
4-
environments = ["Staging"]
4+
environments = ["Staging", "Production"]
55
properties = {
66
DockerPush.Target.Docker.Registry.Hostname = "#{Docker.Registry.Target.Hostname}"
77
DockerPush.Target.Docker.Registry.Password = "#{Docker.Registry.Target.Password}"

0 commit comments

Comments
 (0)