Skip to content

Commit

Permalink
Merge pull request #306 from Healthlane-Technologies/fix/fe-build-test
Browse files Browse the repository at this point in the history
Fix/fe build test
  • Loading branch information
sukuna28 authored Jul 26, 2024
2 parents 7db484b + 60ed7d4 commit 041658d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push-fe-build-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ jobs:
git config user.email "actions@zango.com"
- name: Commit and push build
env:
github-token: ${{ secrets.WORKFLOW_API_TOKEN }}
run: |
git add backend/src/zango/assets/app_panel/js
git commit -m "Deploy frontend build"
git push origin fe-build-test
git push https://x-access-token:${{ secrets.WORKFLOW_API_TOKEN }}@github.com/Healthlane-Technologies/Zango.git HEAD:fe-build-test
- name: Notify on z-deployment_notifs slack channel
uses: rtCamp/action-slack-notify@v2
Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### `yarn mock`

Runs the app in the development mode with MSW mock data enabled.\
Runs the app in the development mode with MSW mock data enabled.\\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
Expand Down

0 comments on commit 041658d

Please sign in to comment.