From b33b6e872f6efb7c823ddbc9a2cc9408ec8245e2 Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Fri, 2 Feb 2024 10:01:54 +0100 Subject: [PATCH] rename migration job --- .github/workflows/action-deploy-apps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action-deploy-apps.yml b/.github/workflows/action-deploy-apps.yml index 1461a1d57..73a4a61c8 100644 --- a/.github/workflows/action-deploy-apps.yml +++ b/.github/workflows/action-deploy-apps.yml @@ -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'}}"