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 b36598d commit 22ad022Copy full SHA for 22ad022
.github/workflows/build-deploy-zodiac.yml
@@ -20,9 +20,7 @@ jobs:
20
run: yarn install --frozen-lockfile
21
22
- name: Build React App
23
- run: |
24
- yarn dist
25
- ls -l
+ run: yarn build
26
27
- name: Determine Branch Name
28
id: get_branch
@@ -34,5 +32,5 @@ jobs:
34
32
server: ${{ secrets.NEUROJ_SERVER }}
35
33
username: ${{ secrets.NEUROJ_SERVER_USER }}
36
ssh_private_key: ${{ secrets.NEUROJ_SERVER_SSH_KEY }}
37
- local_path: "./dist/*"
+ local_path: "./build/*"
38
remote_path: "${{ secrets.NEUROJ_CI_PATH }}/${{ env.BRANCH_NAME }}"
0 commit comments