Skip to content

Commit

Permalink
fixing the react front
Browse files Browse the repository at this point in the history
  • Loading branch information
indpurvesh committed Nov 15, 2024
1 parent 8324e54 commit be733b3
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 320 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,9 @@ jobs:
run: npm ci

- name: Build
run: npm run build

deploy:
needs: build
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
run: VITE_AVORED_FRONTEND_BASE_URL=${{secrets.VITE_AVORED_FRONTEND_BASE_URL}}
VITE_AVORED_BACKEND_BASE_URL=${{secrets.VITE_AVORED_BACKEND_BASE_URL}}
VITE_AVORED_CMS_TOKEN=${{secrets.VITE_AVORED_CMS_TOKEN}} npm run build

- name: Copy files via ssh
uses: appleboy/scp-action@master
Expand All @@ -41,4 +35,3 @@ jobs:
key: ${{ secrets.SSH_KEY }}
source: "./react-front/dist"
target: ${{ secrets.REACT_TARGET_PATH }}

1 change: 0 additions & 1 deletion react-front/dist/assets/index-jf5jq7Im.css

This file was deleted.

270 changes: 0 additions & 270 deletions react-front/dist/assets/index-q6tV3E8m.js

This file was deleted.

17 changes: 0 additions & 17 deletions react-front/dist/avored.svg

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion react-front/dist/main-hero.svg

This file was deleted.

0 comments on commit be733b3

Please sign in to comment.