Skip to content

Commit 3c81bec

Browse files
author
Sidney Andrews
committed
Test logging in to Azure
1 parent c1f36d8 commit 3c81bec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/automation.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,12 @@ jobs:
6767
asset_path: ./site.zip
6868
asset_name: site-v${{ github.run_number }}.zip
6969
asset_content_type: application/zip
70+
deploy-azure-containers:
71+
name: Deploy containers to azure
72+
runs-on: ubuntu-latest
73+
needs: build-container
74+
steps:
75+
- name: Login to Azure
76+
uses: azure/login@v1
77+
with:
78+
creds: ${{ secrets.AZURE_CREDENTIALS }}

0 commit comments

Comments
 (0)