Skip to content

Commit

Permalink
use production
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jan 3, 2025
1 parent 98778d7 commit f6176b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Deploy with Azure Static Web Apps CLI
env:
TOKEN_FOR_GITHUB: ${{ secrets.GITHUB_TOKEN }}
run: npx @azure/static-web-apps-cli deploy ./dist/ --deployment-token ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_DESERT_0ABC2E803 }}
run: npx @azure/static-web-apps-cli deploy ./dist/ --deployment-token ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_DESERT_0ABC2E803 }} --env production

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit f6176b7

Please sign in to comment.