Skip to content

Commit

Permalink
accidentally deleted main build step, restoring and commenting out cu…
Browse files Browse the repository at this point in the history
…rrent nonfunctional steps for later
  • Loading branch information
siddheshraze committed Jun 21, 2024
1 parent b9b72bd commit 3c0042b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main-forestgeo-livesite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ jobs:
# tenant-id: ${{ secrets.AZURE_AD_TENANT_ID }}
# subscription-id: ${{ secrets.AZURE_AD_SUBSCRIPTION_ID }}

- name: 'Deploy to Azure Web App (main)'
id: deploy-to-webapp-main
if: github.ref == 'refs/heads/main'
uses: azure/webapps-deploy@v2
with:
app-name: 'forestgeo-livesite'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_852346BD764D45D08854E6679137F844 }}
package: ./frontend/build/standalone

- name: 'Deploy to Azure Web App (development)'
id: deploy-to-webapp-dev
if: startsWith(github.ref, 'refs/heads/forestgeo-app-')
Expand Down

0 comments on commit 3c0042b

Please sign in to comment.