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 12, 2023
1 parent d9c9343 commit 7d66c41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Setup config
run: cp -rf chains/* explorer/chains/

- name: copy logos
run: cp -rf logos/* explorer/public/logos/

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


- name: copy logos
run: cp -rf logos/* explorer/dist/logos/

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

0 comments on commit 7d66c41

Please sign in to comment.