Skip to content

Commit

Permalink
build update again
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Oct 6, 2023
1 parent 7361fcc commit b925a3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master_neurofusion-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./neurofusion/server -r -x "*node_modules*"
run: zip release.zip ./neurofusion/server -r

- name: Upload artifact for deployment job
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master_neurofusionbackendprd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
npm run test --if-present
- name: Zip artifact for deployment
run: zip release.zip ./neurofusion/server -r -x "*node_modules*"
run: zip release.zip ./neurofusion/server -r

- name: Upload artifact for deployment job
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion neurofusion/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ yarn start
- Analytics
- calls after related data points are fetched (can only perform action if token matches user account)
- merge eegPowerSpectrum with signal quality
- Soon surreal db
- Soon surreal db integration

## Database

Expand Down

1 comment on commit b925a3d

@vercel
Copy link

@vercel vercel bot commented on b925a3d Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fusion – ./neurofusion/next-client

www.usefusion.app
usefusion.app
fusion-git-master-neurofusion-research-inc.vercel.app
fusion-neurofusion-research-inc.vercel.app

Please sign in to comment.