diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ee9e1f1..83b2a54 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: run: npm test env: MONGO_URI: ${{ secrets.MONGO_URI }} # Use secrets for sensitive data - JWT_SECRET: ${{ secrets.JWT_SECRET }} + JWT_SECRET: ${{ github.event_name == 'pull_request' && secrets.JWT_SECRET_TEST || secrets.JWT_SECRET }} # Add your backend deployment step here, e.g., to Render or Heroku diff --git a/frontend/index.html b/frontend/index.html index 0c589ec..ad98c4f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ - Vite + React + Collaborative Project Management
diff --git a/frontend/src/pages/HomePage.jsx b/frontend/src/pages/HomePage.jsx index e527895..5c9ea09 100644 --- a/frontend/src/pages/HomePage.jsx +++ b/frontend/src/pages/HomePage.jsx @@ -27,7 +27,7 @@ const HomePage = () => {

Guest Access

- Click a button for a one-click demo to explore the app. + To test the application and its collaborative features without registering, you can use the following pre-configured demo accounts.

- +

+

Performance Note: The backend is deployed on a free-tier Render instance, which may "spin down" after a period of inactivity. The first request (like logging in) may take 30-50 seconds to complete as the server restarts. Subsequent requests will be much faster. +

Already have an account?{' '}