We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a1b52 commit e42fad1Copy full SHA for e42fad1
.github/workflows/ci.yml
@@ -34,6 +34,7 @@ jobs:
34
web_url: ${{ steps.extract-urls.outputs.web_url }}
35
admin_url: ${{ steps.extract-urls.outputs.admin_url }}
36
DEPLOYMENT_SUCCESS: ${{ steps.final-status.outputs.DEPLOYMENT_SUCCESS }}
37
+ resource_group: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }} # Add this line
38
39
steps:
40
- name: Checkout code
@@ -404,6 +405,7 @@ jobs:
404
405
AZURE_ENV_NAME: ${{ github.run_id }}
406
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
407
imageTag: ${{ needs.deploy.outputs.imageTag }}
408
+ AZURE_RESOURCE_GROUP: ${{ needs.deploy.outputs.resource_group }} # Add this line
409
410
411
0 commit comments