Skip to content

Commit

Permalink
[DEVOPS-373] Add step to update the minimum replicas to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Jan 17, 2024
1 parent 9beaa55 commit f613762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ephemeral-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@ jobs:
ingress: external
disableTelemetry: true

- name: Set minimum replicas to 1
run: |
az containerapp update --name "${{ needs.prepare.outputs.containerAppName }}" --resource-group "${{ inputs.clusterResourceGroup }}" --min-replicas 1
- name: Add B2C Redirect URI
run: |
az login --service-principal --username "${{ env.B2C_CLIENT_ID }}" --password "${{ env.B2C_CLIENT_SECRET }}" --tenant "${{ env.B2C_TENANT_NAME || env.NEXT_PUBLIC_B2C_TENANT_NAME }}.onmicrosoft.com" --allow-no-subscriptions
Expand Down

0 comments on commit f613762

Please sign in to comment.