Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PipeItToDevNull committed Nov 3, 2024
1 parent 02d302c commit a93a1b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ curl -X PUT http://localhost:3000/analyze-dmp -F "url=http://example.com/file.dm
az group create --name <your-resource-group> --location eastus2
az deployment group create --resource-group <your-resource-group> --template-file template.json
```
Once deployed, the SWA will now be pointed at your repo and is waiting for a build to be submitted. You must create and configure your own GithubAction for this portion of the deployment.
Once deployed, the SWA will now be pointed at your repo and is waiting for a build to be submitted. You must create and configure your own GithubAction for this portion of the deployment.

## Notes
- The `REACT_APP_API_URL` must not end in a trailing slash

0 comments on commit a93a1b0

Please sign in to comment.