Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed May 22, 2024
1 parent d42a116 commit 32d4db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:

- name: Deploy
run: |
Write-Host "Logged in to Azure as $($context.Account.Id)"
Install-Module -Name Az -Repository PSGallery -Scope CurrentUser -Force -AllowClobber
$context = Get-AzContext
Write-Host "Logged in to Azure as $($context.Account.Id)"
Write-Host "Upload to storage (preview)"
$storageContext = New-AzStorageContext -UseConnectedAccount -StorageAccountName 'bccontainerhelper'
Write-Host "Storage Context: $($storageContext.StorageAccountName)"
New-AzureStorageContainer -Name 'public' -Context $storageContext -Permission 'Container' -ErrorAction Ignore | Out-Null
New-AzStorageContainer -Name 'public' -Context $storageContext -Permission 'Container' -ErrorAction Ignore | Out-Null

0 comments on commit 32d4db8

Please sign in to comment.