Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping authored Sep 9, 2023
1 parent 13758d5 commit bb6940d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,10 @@ jobs:
run: git submodule update

- name: Setup config
run: cp -rf chains explorer/chains && cd explorer

- name: Setup config
run: pwd

- name: Install
run: yarn install
run: cp -rf chains explorer/chains

- name: Build
run: yarn build
run: cd explorer && yarn && yarn build

- name: Deploy
run: cp -rf ./dist/* /var/www/html/
run: cp -rf explorer/dist/* /var/www/html/

0 comments on commit bb6940d

Please sign in to comment.