Aryankpoor / secondhand

0 stars 1 forks source link

Deployment issues in github pages #3

Open Aryankpoor opened 5 days ago

Aryankpoor commented 5 days ago

Github pages is currently connected to the gh-pages branch for deployment which contains the intial unupdated version of the master branch as Github Pages is failing to work with master branch. There are three ways to go forward with this: 1) Update gh-pages branch to match with master branch 2) Figure out the source causing the error 3) Use other hosting service:

  1. Netlify
  2. Vercel
Aryankpoor commented 3 days ago

Will look to deploy using netlify after finishing the backend