Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Oct 7, 2023
1 parent aeb19f2 commit 43686e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: 0 additions & 2 deletions neurofusion/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,3 @@ Notes
- sleep
- activity
- workouts

(extra)

1 comment on commit 43686e4

@vercel
Copy link

@vercel vercel bot commented on 43686e4 Oct 7, 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

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

Please sign in to comment.