Skip to content

Commit

Permalink
[#175011046] Change pipeline to staging slot (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunzip authored Sep 29, 2020
1 parent 5d2821f commit 707c5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ parameters:
- name: 'PRODUCTION_DEPLOY_TYPE'
displayName: 'Method to achieve deployment in Production (if enabled):'
type: string
default: deployToProductionSlot
default: deployToStagingSlot
values:
- deployToStagingSlot
- deployToProductionSlot
Expand Down
2 changes: 1 addition & 1 deletion azure-templates/deploy-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
parameters:
- name: 'deployType'
type: string
default: deployToProductionSlot
default: deployToStagingSlot
values:
- deployToProductionSlot
- deployToStagingSlotAndSwap
Expand Down

0 comments on commit 707c5f0

Please sign in to comment.