Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xryuseix authored Aug 2, 2023
1 parent 33b191c commit debb0e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
key: node-v${{ matrix.node-version }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}
- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Replace package.json content
run: sed -i -e 's/--mode dev/--mode production/g' package.json

- name: Build
run: yarn build && echo "dw.cysec-lab.org" > dist/CNAME
Expand Down

0 comments on commit debb0e8

Please sign in to comment.