File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 55 HUSKY : 0
66 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
77jobs :
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
You can’t perform that action at this time.
0 commit comments