Skip to content

Commit

Permalink
login step seems to be causing new issues -- commenting out and attem…
Browse files Browse the repository at this point in the history
…pting build again
  • Loading branch information
siddheshraze committed Jun 21, 2024
1 parent c255060 commit b9b72bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main-forestgeo-livesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ jobs:
mv ./frontend/public ./frontend/build/standalone
mv ./frontend/*.pem ./frontend/build/standalone/
- name: 'Login to Azure'
uses: azure/login@v1
with:
client-id: ${{ secrets.AZURE_AD_CLIENT_ID }}
client-secret: ${{ secrets.AZURE_AD_CLIENT_SECRET }}
tenant-id: ${{ secrets.AZURE_AD_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_AD_SUBSCRIPTION_ID }}
# - name: 'Login to Azure'
# uses: azure/login@v1
# with:
# client-id: ${{ secrets.AZURE_AD_CLIENT_ID }}
# client-secret: ${{ secrets.AZURE_AD_CLIENT_SECRET }}
# tenant-id: ${{ secrets.AZURE_AD_TENANT_ID }}
# subscription-id: ${{ secrets.AZURE_AD_SUBSCRIPTION_ID }}

- name: 'Deploy to Azure Web App (development)'
id: deploy-to-webapp-dev
Expand Down

0 comments on commit b9b72bd

Please sign in to comment.