Skip to content

Commit

Permalink
chore: adjust deploy job (#86)
Browse files Browse the repository at this point in the history
* Remove docs/ folder and ignore it

* Add REACT_APP_STREAM_KEY env var to build process
  • Loading branch information
arnautov-anton committed Nov 22, 2023
1 parent 9567b25 commit d625bd1
Show file tree
Hide file tree
Showing 285 changed files with 13 additions and 1,067 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Expand Up @@ -10,6 +10,7 @@ on:
- virtual-event/**
- virtual-event-old/**
- customer-support/**
- .github/workflows/deploy.yml

jobs:
build:
Expand All @@ -22,6 +23,8 @@ jobs:
node-version: 18

- name: Build Apps
env:
REACT_APP_STREAM_KEY: ${{ vars.EXAMPLES_STREAM_API_KEY }}
run: yarn build:js:public

- name: Upload Pages Artifact
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -4,3 +4,5 @@ node_modules
.DS_Store

.idea

docs/
36 changes: 0 additions & 36 deletions docs/customer-support/asset-manifest.json

This file was deleted.

Binary file removed docs/customer-support/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion docs/customer-support/index.html

This file was deleted.

15 changes: 0 additions & 15 deletions docs/customer-support/manifest.json

This file was deleted.

2 changes: 0 additions & 2 deletions docs/customer-support/static/css/2.55e639ad.chunk.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/customer-support/static/css/2.55e639ad.chunk.css.map

This file was deleted.

0 comments on commit d625bd1

Please sign in to comment.