We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f70bbe1 + 1d68360 commit bcd97a1Copy full SHA for bcd97a1
.octopus/windows.ltsc2019/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