We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32bea7 commit b36598dCopy full SHA for b36598d
.github/workflows/build-deploy-zodiac.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Build React App
23
run: |
24
- yarn build
+ yarn dist
25
ls -l
26
27
- name: Determine Branch Name
@@ -34,5 +34,5 @@ jobs:
34
server: ${{ secrets.NEUROJ_SERVER }}
35
username: ${{ secrets.NEUROJ_SERVER_USER }}
36
ssh_private_key: ${{ secrets.NEUROJ_SERVER_SSH_KEY }}
37
- local_path: "./build/*"
+ local_path: "./dist/*"
38
remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ env.BRANCH_NAME }}"
0 commit comments