Skip to content

Commit d625bd1

Browse files
chore: adjust deploy job (#86)
* Remove docs/ folder and ignore it * Add REACT_APP_STREAM_KEY env var to build process
1 parent 9567b25 commit d625bd1

285 files changed

Lines changed: 13 additions & 1067 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- virtual-event/**
1111
- virtual-event-old/**
1212
- customer-support/**
13+
- .github/workflows/deploy.yml
1314

1415
jobs:
1516
build:
@@ -22,6 +23,8 @@ jobs:
2223
node-version: 18
2324

2425
- name: Build Apps
26+
env:
27+
REACT_APP_STREAM_KEY: ${{ vars.EXAMPLES_STREAM_API_KEY }}
2528
run: yarn build:js:public
2629

2730
- name: Upload Pages Artifact

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ node_modules
44
.DS_Store
55

66
.idea
7+
8+
docs/

docs/customer-support/asset-manifest.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/customer-support/favicon.ico

-3.78 KB
Binary file not shown.

docs/customer-support/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/customer-support/manifest.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/customer-support/static/css/2.55e639ad.chunk.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/customer-support/static/css/2.55e639ad.chunk.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)