We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2d551 commit 2bcc517Copy full SHA for 2bcc517
1 file changed
.octopus/deployment_process.ocl
@@ -14,7 +14,6 @@ step "approve-production-deployment" {
14
Octopus.Action.Manual.Instructions = "Please confirm OctoHR is ok to deploy to Production"
15
Octopus.Action.RunOnServer = "false"
16
}
17
- worker_pool_variable = ""
18
19
20
@@ -34,7 +33,7 @@ step "azure-web-app-get-deployment-user" {
34
33
35
container {
36
feed = "docker-feed-tf"
37
- image = "octopuslabs/azure-workertools:2.28.0"
+ image = "octopuslabs/azure-workertools"
38
39
40
@@ -108,7 +107,6 @@ step "confirm-config-db-migration" {
108
107
Octopus.Action.Manual.Instructions = "Please confirm OctoHR Config DB is migrated as expected."
109
110
111
112
113
114
0 commit comments