diff --git a/.github/workflows/action-deploy-apps.yml b/.github/workflows/action-deploy-apps.yml index 73a4a61c8..11a21eab4 100644 --- a/.github/workflows/action-deploy-apps.yml +++ b/.github/workflows/action-deploy-apps.yml @@ -90,7 +90,7 @@ jobs: subscriptionId: ${{ secrets.AZURE_SUBSCRIPTION_ID }} deploymentMode: Incremental # todo: fix, using short_sha maybe? Max length 64 chars - deploymentName: "dp-be-${{ inputs.environment }}-migration-job-${{ github.sha }}" + deploymentName: "dp-be-${{ inputs.environment }}-migration-${{ github.sha }}" region: ${{ inputs.region }} failOnStdErr: true additionalArguments: "${{inputs.dryRun && '--what-if'}}"