Skip to content

Commit

Permalink
git action check
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Nov 15, 2024
1 parent 209f56c commit 871e652
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 715 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: npm ci

- name: Build
run: npm run build
run: VITE_AVORED_FRONTEND_BASE_URL=${{secrets.VITE_AVORED_FRONTEND_BASE_URL}}
VITE_AVORED_FRONTEND_BASE_URL=${{secrets.VITE_AVORED_BACKEND_BASE_URL}} npm run build

deploy:
needs: build
Expand Down
659 changes: 0 additions & 659 deletions react-admin/dist/assets/index-ChHSVsW8.js

This file was deleted.

6 changes: 0 additions & 6 deletions react-admin/dist/assets/index-bpccbusO.css

This file was deleted.

1 change: 0 additions & 1 deletion react-admin/dist/assets/logo_only-BiO0haTV.svg

This file was deleted.

Binary file removed react-admin/dist/favicon.ico
Binary file not shown.
19 changes: 0 additions & 19 deletions react-admin/dist/index.html

This file was deleted.

Binary file removed react-admin/dist/logo192.png
Binary file not shown.
Binary file removed react-admin/dist/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions react-admin/dist/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions react-admin/dist/robots.txt

This file was deleted.

5 changes: 4 additions & 1 deletion react-admin/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ function Dashboard() {
<div className="mt-16">
<div className="flex justify-center">
<div className="text-gray-600">
To Access demo admin please use the email: [email protected] and password: admin123
To Access demo admin please use the
email: <span className="text-red-500 font-semibold">[email protected]</span>
and
password: <span className="text-red-500 font-semibold">admin123</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 871e652

Please sign in to comment.