From 2514a4d6d152ffce52d0554cd5b0a1a68f7b671e Mon Sep 17 00:00:00 2001 From: rajson49-hue Date: Sat, 4 Oct 2025 13:59:41 +0200 Subject: [PATCH] ci cd azure login has been included --- .github/workflows/pr-verify.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-verify.yml b/.github/workflows/pr-verify.yml index c708580d..484a2c50 100644 --- a/.github/workflows/pr-verify.yml +++ b/.github/workflows/pr-verify.yml @@ -46,12 +46,19 @@ jobs: needs: build # wait for other job to finish g steps: - - uses: actions/download-artifact@v4 with: name: my-artifact path: artifacts/ + - name: Azure login + uses: azure/login@v2 + with: + client-id: ${{ secrets.AZURE_CLIENT_ID }} + tenate-id: ${{ secrets.AZURE_TENATE_ID }} + subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} + + # Deploy to Azure Web apps - name: 'Deploy to Azure App Service' uses: azure/webapps-deploy@v2