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 bc01e13 commit 97b36f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:

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

- name: debug
run: ls -l explorer/
- name: copy logos
run: cp -rf logos explorer/dist/

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

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

0 comments on commit 97b36f7

Please sign in to comment.