Spaces:
Sleeping
Sleeping
Updated automated deployment for azure
Browse files
.github/workflows/Azure_CICD.yml
CHANGED
|
@@ -13,13 +13,18 @@ jobs:
|
|
| 13 |
- name: Checkout repository
|
| 14 |
uses: actions/checkout@v3
|
| 15 |
|
| 16 |
-
- name: Login
|
| 17 |
uses: azure/login@v1
|
| 18 |
with:
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: |
|