Skip to content

Commit 98b5745

Browse files
committed
wip
1 parent 17793d1 commit 98b5745

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,6 @@ env:
55
HUSKY: 0
66
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
77
jobs:
8-
deploy:
9-
runs-on: ubuntu-latest
10-
11-
steps:
12-
- uses: actions/checkout@v3
13-
14-
- name: Setup Node
15-
uses: actions/setup-node@v3
16-
with:
17-
node-version: '20.x'
18-
cache: 'yarn'
19-
20-
- name: Installing Dependencies
21-
run: yarn install
22-
23-
- name: Building App
24-
run: yarn build
25-
env:
26-
REACT_APP_SEGMENT_WRITE_KEY: ${{ secrets.REACT_APP_SEGMENT_WRITE_KEY }}
27-
28-
- name: Deploy with gh-pages
29-
run: |
30-
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
31-
npx gh-pages -d build -u "github-actions-bot <[email protected]>"
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34-
358
analytics-node:
369
name: 'analytics-node QA (Node.js v${{ matrix.node-version }})'
3710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)