Skip to content

Commit

Permalink
rename migration job
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Feb 2, 2024
1 parent 5cf96bd commit b33b6e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action-deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
# not needed becauase we sign in with the azure/login action using the subscriptionId
subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
deploymentMode: Incremental
deploymentName: "dp-be-${{ inputs.environment }}-web-api-migration-job-${{ github.sha }}"
# todo: fix, using short_sha maybe? Max length 64 chars
deploymentName: "dp-be-${{ inputs.environment }}-migration-job-${{ github.sha }}"
region: ${{ inputs.region }}
failOnStdErr: true
additionalArguments: "${{inputs.dryRun && '--what-if'}}"
Expand Down

0 comments on commit b33b6e8

Please sign in to comment.