Skip to content

Commit

Permalink
chore: publish current Pronto under a new instance (#1210)
Browse files Browse the repository at this point in the history
As we are preparing to roll out a redesigned Pronto / Dogfood app for
internal purposes, we'd like to keep the existing app as a backup.
For that purpose, we've created a new project on Vercel
(`stream-calls-dogfood-legacy`) that will host the current version and
design of Pronto.

Soon, the existing domains `https://pronto.getstream.io` and
`https://stream-calls-dogfood.vercel.app` will point to instances built
from the following branch #1194 (and `main` once the linked PR is
merged).

The legacy version will be available here:
`https://stream-calls-dogfood-legacy.vercel.app`
  • Loading branch information
oliverlaz authored Dec 1, 2023
1 parent bddeff0 commit e76e0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy-react-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: audio-rooms
project-id: prj_0WnHcvVkXpM4PRc2ymVmrAHFILoT
- name: react-dogfood
project-id: prj_4TTdjeVHEDhWWiFRfjIr1QFb5ell
project-id: prj_bUGd9z0sMAMxZmmgMaec3oiRbWzT

env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
Expand All @@ -66,13 +66,6 @@ jobs:
with:
fetch-depth: 0

# - uses: dorny/[email protected]
# id: changes
# with:
# filters: |
# sample-apps:
# - 'sample-apps/react/${{ matrix.application.folder || matrix.application.name }}/**/*'

- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .styles/Vocab/Base/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ useOrientation
VoIP
iOS
Repo
Screenshare

0 comments on commit e76e0f7

Please sign in to comment.