KeerthiVM commited on
Commit
9ed592f
·
1 Parent(s): 5889647

Updated automated deployment for azure

Browse files
Files changed (1) hide show
  1. .github/workflows/Azure_CICD.yml +10 -5
.github/workflows/Azure_CICD.yml CHANGED
@@ -13,13 +13,18 @@ jobs:
13
  - name: Checkout repository
14
  uses: actions/checkout@v3
15
 
16
- - name: Login to Azure
17
  uses: azure/login@v1
18
  with:
19
- client-id: ${{ secrets.AZURE_CLIENT_ID }}
20
- tenant-id: ${{ secrets.AZURE_TENANT_ID }}
21
- subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
22
- client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
 
 
 
 
 
23
 
24
  - name: Build Docker image
25
  run: |
 
13
  - name: Checkout repository
14
  uses: actions/checkout@v3
15
 
16
+ - name: Azure Login
17
  uses: azure/login@v1
18
  with:
19
+ creds: ${{ secrets.AZURE_CREDENTIALS }}
20
+
21
+ # - name: Login to Azure
22
+ # uses: azure/login@v1
23
+ # with:
24
+ # client-id: ${{ secrets.AZURE_CLIENT_ID }}
25
+ # tenant-id: ${{ secrets.AZURE_TENANT_ID }}
26
+ # subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
27
+ # client-secret: ${{ secrets.AZURE_CLIENT_SECRET }}
28
 
29
  - name: Build Docker image
30
  run: |