Skip to content

Commit ceba7a9

Browse files
Merge pull request #50 from OctopusDeploy/Octopus-Release-Production-Ubuntu
Enable Production releases (Ubuntu)
2 parents bcd97a1 + 0ace281 commit ceba7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.octopus/ubuntu.18.04/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)