Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pral2a authored May 6, 2022
1 parent 075f4d9 commit 31f21eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Manually use yarn build to generate the `./build` folder including the index.htm

### Github Pages

WeLoop main repository uses **Github Actions** to automatically deploy the repository default branch as a public website using **Github Pages** every time changes are pushed. Anyone can **fork** the existing repository and deploy their own version quickly. Custom domains are defined via a `./build/CNAME` following the standard Github pages workflow. Two **Github Secrets** can be defined to customize the app `REACT_APP_GRAPHQL_ENDPOINT` and `REACT_APP_SENTRY_API_KEY`. Learn more about them in the Customize your instance basic settings and Remote monitorings sections.
WeLoop main repository uses **Github Actions** to automatically deploy the repository default branch as a public website using **Github Pages** every time changes are pushed. Anyone can **fork** the existing repository and deploy their own instance quickly. Custom domains are defined via a `./build/CNAME` following the standard Github pages workflow. **Github Secrets** can be defined to customize the app `REACT_APP_GRAPHQL_ENDPOINT`, `REACT_APP_FRONTEND_HOSTNAME` and `REACT_APP_SENTRY_API_KEY`. Learn more about them in the Customize your instance basic settings and Remote monitorings sections.

## Remote monitoring

Expand Down

0 comments on commit 31f21eb

Please sign in to comment.