We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcd97a1 + 0ace281 commit ceba7a9Copy full SHA for ceba7a9
.octopus/ubuntu.18.04/deployment_process.ocl
@@ -1,7 +1,7 @@
1
step "Push Docker image" {
2
3
action {
4
- environments = ["Staging"]
+ environments = ["Staging", "Production"]
5
properties = {
6
DockerPush.Target.Docker.Registry.Hostname = "#{Docker.Registry.Target.Hostname}"
7
DockerPush.Target.Docker.Registry.Password = "#{Docker.Registry.Target.Password}"
0 commit comments