Skip to content

Commit

Permalink
live site testing
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Feb 23, 2024
1 parent 65744d9 commit 00de331
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
environment:
name: 'Production'
name: 'development'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}

steps:
Expand All @@ -57,6 +57,6 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: 'forestgeo-livesite'
slot-name: 'Production'
slot-name: 'development'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_3F1447A77BE14A4B9A487ED94F0327E1 }}
package: .

0 comments on commit 00de331

Please sign in to comment.