Skip to content

Commit b36598d

Browse files
committed
[ci] test yarn dist
1 parent d32bea7 commit b36598d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Build React App
2323
run: |
24-
yarn build
24+
yarn dist
2525
ls -l
2626
2727
- name: Determine Branch Name
@@ -34,5 +34,5 @@ jobs:
3434
server: ${{ secrets.NEUROJ_SERVER }}
3535
username: ${{ secrets.NEUROJ_SERVER_USER }}
3636
ssh_private_key: ${{ secrets.NEUROJ_SERVER_SSH_KEY }}
37-
local_path: "./build/*"
37+
local_path: "./dist/*"
3838
remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ env.BRANCH_NAME }}"

0 commit comments

Comments
 (0)