diff --git a/.github/workflows/main_vets-ai-bthnchcjenfbbfbb.yml b/.github/workflows/main_vets-ai-bthnchcjenfbbfbb.yml index 461c85a..e0cdd68 100644 --- a/.github/workflows/main_vets-ai-bthnchcjenfbbfbb.yml +++ b/.github/workflows/main_vets-ai-bthnchcjenfbbfbb.yml @@ -49,8 +49,8 @@ jobs: environment: name: 'Production' url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} - permissions: - id-token: write #This is required for requesting the JWT + permissions: + id-token: write #This is required for requesting the JWT steps: - name: Download artifact from build job @@ -61,18 +61,18 @@ jobs: - name: Unzip artifact for deployment run: unzip release.zip - - - name: Login to Azure - uses: azure/login@v2 - with: - client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_7426045762884A46B2C32146614BC49D }} - tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_C72663B1D57841BCA0661A1AA7305062 }} - subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_E92F13266520462ABA4F2DE624F99935 }} + + - name: Login to Azure + uses: azure/login@v2 + with: + client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_7426045762884A46B2C32146614BC49D }} + tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_C72663B1D57841BCA0661A1AA7305062 }} + subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_E92F13266520462ABA4F2DE624F99935 }} - name: 'Deploy to Azure Web App' uses: azure/webapps-deploy@v3 id: deploy-to-webapp with: - app-name: 'vets-ai-bthnchcjenfbbfbb' + app-name: 'ASP-streamlitapp-9931' slot-name: 'Production' - \ No newline at end of file +