mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
defaulting to deploy to the produciton slot in QA instead of the staging slot (#1558)
This commit is contained in:
1
.github/workflows/qa-deploy.yml
vendored
1
.github/workflows/qa-deploy.yml
vendored
@ -206,5 +206,4 @@ jobs:
|
|||||||
uses: azure/webapps-deploy@798e43877120eda6a2a690a4f212c545e586ae31
|
uses: azure/webapps-deploy@798e43877120eda6a2a690a4f212c545e586ae31
|
||||||
with:
|
with:
|
||||||
app-name: ${{ steps.retrieve-secrets.outputs.webapp-name }}
|
app-name: ${{ steps.retrieve-secrets.outputs.webapp-name }}
|
||||||
slot-name: "staging"
|
|
||||||
package: ./${{ matrix.name }}.zip
|
package: ./${{ matrix.name }}.zip
|
||||||
|
Reference in New Issue
Block a user