Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/angular-deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Deploy Angular Examples (Staging)

permissions:
contents: read

on:
push:
branches:
- staging
paths:
- 'angular-examples/**'
workflow_dispatch: {}

jobs:
deploy:
permissions:
contents: read
runs-on: ubuntu-latest
name: Deploy Angular Examples (Staging)
steps:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/angular-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Deploy Angular Examples

permissions:
contents: read

on:
push:
branches:
- main
paths:
- 'angular-examples/**'
workflow_dispatch: {}

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- staging
workflow_dispatch: {}

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
workflow_dispatch: {}

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/html-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- staging
paths:
- 'html-examples/**'
workflow_dispatch: {}

jobs:
deploy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/html-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Deploy HTML Examples

permissions:
contents: read

on:
push:
branches:
- main
paths:
- 'html-examples/**'
workflow_dispatch: {}

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/react-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- staging
paths:
- 'react-examples/**'
workflow_dispatch: {}

jobs:
deploy:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/react-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Deploy React Examples

permissions:
contents: read

on:
push:
branches:
- main
paths:
- 'react-examples/**'
workflow_dispatch: {}

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion angular-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ npm run dev

```
http://localhost:4200/?authToken=<your-token>
```
```
2 changes: 1 addition & 1 deletion demo-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ The gallery catalog is **hardcoded** (not auto-discovered). To add a new example
## Related

- [RealtimeKit Documentation](https://developers.cloudflare.com/realtime/realtimekit/)
- [Main repository README](../README.md)
- [Main repository README](../README.md)
2 changes: 1 addition & 1 deletion html-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ npx serve examples/default-meeting-ui

```
http://localhost:3000/?authToken=<your-token>
```
```
2 changes: 1 addition & 1 deletion react-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ npm run dev

```
http://localhost:5173/?authToken=<your-token>
```
```
Loading