Skip to content

Commit

Permalink
Update master_staticodeanuj.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anujdevopslearn authored Oct 30, 2024
1 parent 81b48c6 commit c83ff6a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/master_staticodeanuj.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Java version
uses: actions/setup-java@v4
with:
java-version: '8'
java-version: '11.0.13+8.1'
distribution: 'microsoft'

- name: Build with Maven
Expand All @@ -37,21 +37,21 @@ 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
uses: actions/download-artifact@v4
with:
name: java-app

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_0B0CCE117B164262B2EF4166F0AB93CC }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_18CF140AEFB5476A91ED3E86B64AA3E6 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_FFA3C5C98AF24B1391F46D2CEC1A7677 }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_0B0CCE117B164262B2EF4166F0AB93CC }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_18CF140AEFB5476A91ED3E86B64AA3E6 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_FFA3C5C98AF24B1391F46D2CEC1A7677 }}

- name: Deploy to Azure Web App
id: deploy-to-webapp
Expand All @@ -60,4 +60,4 @@ jobs:
app-name: 'staticodeanuj'
slot-name: 'Production'
package: '*.jar'


0 comments on commit c83ff6a

Please sign in to comment.