Skip to content

Commit

Permalink
updated deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethcarnes committed Jan 23, 2024
1 parent 2c906d5 commit ece1b3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
run: |
az deployment group create \
--resource-group "${{ secrets.RESOURCE_GROUP_NAME }}" \
--location "${{ secrets.LOCATION }}" \
--template-file ./bicep/main.bicep \
# --verbose
# --debug
2 changes: 1 addition & 1 deletion scripts/setupAzure.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Write-Host "Resource group created successfully."

# Create Azure Service Principal for GitHub Actions
Write-Host "Creating Azure Service Principal for GitHub Actions..."
az ad sp create-for-rbac --name "github-actions-sp" --role contributor --scopes /subscriptions/$subscriptionId/resourceGroups/$resourceGroupName
az ad sp create-for-rbac --name "github-actions-sp" --role contributor --scopes /subscriptions/$subscriptionId/resourceGroups/$resourceGroupName --json-auth

0 comments on commit ece1b3c

Please sign in to comment.