File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,16 +24,16 @@ jobs:
2424 with :
2525 azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GREEN_HILL_0484DFB1E }}
2626 repo_token : ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
27- action : " upload"
27+ action : ' upload'
2828 # ##### Repository/Build Configurations - These values can be configured to match your app requirements. ######
2929 # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
30- app_location : " ./client" # App source code path
31- api_location : " ./api" # Api source code path - optional
32- output_location : " dist" # Built app content directory - optional
30+ app_location : ' ./client' # App source code path
31+ api_location : ' ./api' # Api source code path - optional
32+ output_location : ' dist' # Built app content directory - optional
3333 # ##### End of Repository/Build Configurations ######
34- env : # Add environment variables here
35- NODE_VERSION : 14
36- PRE_BUILD_COMMAND : " npx prisma@3.11 .0 generate"
34+ env : # Add environment variables here
35+ NODE_VERSION : 16
36+ PRE_BUILD_COMMAND : ' npx prisma@4.0 .0 generate'
3737
3838 close_pull_request_job :
3939 if : github.event_name == 'pull_request' && github.event.action == 'closed'
4545 uses : Azure/static-web-apps-deploy@v1
4646 with :
4747 azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_GREEN_HILL_0484DFB1E }}
48- action : " close"
48+ action : ' close'
You can’t perform that action at this time.
0 commit comments