Skip to content

Commit

Permalink
Update deployment process
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson authored and Octopus Deploy committed May 28, 2021
1 parent 9be774d commit eb618bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .octopus/Random Quotes DotNET Core/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ steps "Deploy an Azure App Service" {
action_type = "Octopus.AzureAppService"
properties = {
Octopus.Action.Azure.DeploymentType = "Package"
Octopus.Action.EnabledFeatures = "Octopus.Features.JsonConfigurationVariables,Octopus.Features.ConfigurationTransforms,Octopus.Features.SubstituteInFiles"
Octopus.Action.Package.DownloadOnTentacle = "False"
Octopus.Action.Package.FeedId = "Octopus Server (built-in)"
Octopus.Action.Package.FeedId = "OctopusSamples"
Octopus.Action.Package.PackageId = "randomquotes"
Octopus.Action.RunOnServer = "true"
}
Expand All @@ -18,7 +19,7 @@ steps "Deploy an Azure App Service" {

packages {
acquisition_location = "Server"
feed_id_or_name = "Octopus Server (built-in)"
feed_id_or_name = "OctopusSamples"
package_id = "randomquotes"
properties = {
SelectionMode = "immediate"
Expand Down

0 comments on commit eb618bc

Please sign in to comment.