Skip to content

Commit

Permalink
trying to deploy to prod slot instead of custom dev slot
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Feb 23, 2024
1 parent cab650e commit f0fabca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: 'forestgeo-livesite'
slot-name: 'development'
slot-name: 'production'
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
package: frontend/

0 comments on commit f0fabca

Please sign in to comment.