Skip to content

Commit

Permalink
feat(frontend): deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoSkorJjj committed Apr 18, 2024
1 parent fdeed40 commit d321aa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
VITE_API_BASE_URL: ${{ secrets.VITE_API_BASE_URL }}
VITE_API_PROD_BASE_URL: ${{ secrets.VITE_API_PROD_BASE_URL }}
VITE_GOOGLE_CLIENT_ID: ${{ secrets.VITE_GOOGLE_CLIENT_ID }}
VITE_NODE_ENV: production
VITE_NODE_ENV: ${{ secrets.VITE_NODE_ENV }}
run: |
cd client
npm install
Expand Down
2 changes: 1 addition & 1 deletion client/.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
VITE_GOOGLE_CLIENT_ID=732452164989-t5obdqk38155erts9be9u6rg0fik7ptk.apps.googleusercontent.com
VITE_STORAGE_KEY=helloworld
VITE_API_BASE_URL=http://localhost:8000
VITE_API_PROD_BASE_URL=
VITE_API_PROD_BASE_URL=https://eduhelper.info
VITE_NODE_ENV=development
1 change: 1 addition & 0 deletions client/src/pages/auth/SgIDCallback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const SgIDCallback = () => {

return (
<>

<Helmet>
<title>SgID Auth</title>
<meta name="description" content="SgID Auth" />
Expand Down

0 comments on commit d321aa6

Please sign in to comment.