Skip to content

Commit e42fad1

Browse files
fix: add resource_group and AZURE_RESOURCE_GROUP to deployment outputs
1 parent e5a1b52 commit e42fad1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
web_url: ${{ steps.extract-urls.outputs.web_url }}
3535
admin_url: ${{ steps.extract-urls.outputs.admin_url }}
3636
DEPLOYMENT_SUCCESS: ${{ steps.final-status.outputs.DEPLOYMENT_SUCCESS }}
37+
resource_group: ${{ steps.check_create_rg.outputs.RESOURCE_GROUP_NAME }} # Add this line
3738

3839
steps:
3940
- name: Checkout code
@@ -404,6 +405,7 @@ jobs:
404405
AZURE_ENV_NAME: ${{ github.run_id }}
405406
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
406407
imageTag: ${{ needs.deploy.outputs.imageTag }}
408+
AZURE_RESOURCE_GROUP: ${{ needs.deploy.outputs.resource_group }} # Add this line
407409

408410
steps:
409411
- name: Checkout code

0 commit comments

Comments
 (0)