Skip to content

Commit

Permalink
Refactor azure-deploy-image-test.yml: Comment out unused code and upd…
Browse files Browse the repository at this point in the history
…ate Azure credentials
  • Loading branch information
crlsocro committed Sep 19, 2024
1 parent ca49379 commit fa80196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-azure-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
branches:
# - main
- 'feature/**'
paths:
- 'infra/**'
# paths:
# - 'infra/**'
name: Deploy to Azure Resource Group
jobs:
build-and-deploy:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Log into Azure
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
creds: ${{ secrets.AZURE_CREDENTIALS_TEST }}

- name: Deploy Azure Resources test
uses: azure/arm-deploy@v2
Expand Down

0 comments on commit fa80196

Please sign in to comment.