Skip to content

Commit 2bcc517

Browse files
twerthiOctopus Deploy
authored andcommitted
Update deployment process
1 parent cf2d551 commit 2bcc517

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.octopus/deployment_process.ocl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ step "approve-production-deployment" {
1414
Octopus.Action.Manual.Instructions = "Please confirm OctoHR is ok to deploy to Production"
1515
Octopus.Action.RunOnServer = "false"
1616
}
17-
worker_pool_variable = ""
1817
}
1918
}
2019

@@ -34,7 +33,7 @@ step "azure-web-app-get-deployment-user" {
3433

3534
container {
3635
feed = "docker-feed-tf"
37-
image = "octopuslabs/azure-workertools:2.28.0"
36+
image = "octopuslabs/azure-workertools"
3837
}
3938
}
4039
}
@@ -108,7 +107,6 @@ step "confirm-config-db-migration" {
108107
Octopus.Action.Manual.Instructions = "Please confirm OctoHR Config DB is migrated as expected."
109108
Octopus.Action.RunOnServer = "false"
110109
}
111-
worker_pool_variable = ""
112110
}
113111
}
114112

0 commit comments

Comments
 (0)