Commit 68f0c8b 1 parent 94b9885 commit 68f0c8b Copy full SHA for 68f0c8b
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -240,5 +240,5 @@ module keyVaultReaderAccessPolicy '../modules/keyvault/addReaderRoles.bicep' = {
240
240
}
241
241
242
242
output resourceGroupName string = resourceGroup .name
243
- output containterAppEnvId string = containerAppEnv .outputs .containerAppEnvId
243
+ output containerAppEnvId string = containerAppEnv .outputs .containerAppEnvId
244
244
output environmentKeyVaultName string = keyVaultModule .outputs .name
Original file line number Diff line number Diff line change 94
94
with :
95
95
azcliversion : 2.56.0
96
96
inlineScript : |
97
- az containerapp job start -n ${{ steps.deploy.outputs.migrationJobName }} -g ${{ steps.deploy.outputs.resourceGroupName }}
97
+ az containerapp job start -n ${{ steps.deploy.outputs.name }} -g ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}
98
98
99
99
- name : Verify migration
100
100
uses : azure/CLI@v1
@@ -104,7 +104,7 @@ jobs:
104
104
with :
105
105
azcliversion : ${{ env.AZ_CLI_VERSION }}
106
106
inlineScript : |
107
- ./.github/tools/containerAppJobVerifier.sh ${{ steps.deploy.outputs.migrationJobName }} ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} ${{ inputs.gitShortSha }}
107
+ ./.github/tools/containerAppJobVerifier.sh ${{ steps.deploy.outputs.name }} ${{ secrets.AZURE_RESOURCE_GROUP_NAME }} ${{ inputs.gitShortSha }}
108
108
109
109
- name : Logout from azure
110
110
if : ${{failure() || success()}}
@@ -115,7 +115,6 @@ jobs:
115
115
name : Deploy ${{ matrix.name }} to ${{ inputs.environment }}
116
116
runs-on : ubuntu-latest
117
117
needs : deploy-migration-job
118
- if : ${{ !inputs.skip }}
119
118
strategy :
120
119
fail-fast : true
121
120
matrix :
You can’t perform that action at this time.
0 commit comments