DaveBruwer / super-barnacle

0 stars 0 forks source link

Deploy to firebase #11

Closed DaveBruwer closed 8 months ago

DaveBruwer commented 10 months ago

Research what the best git structure is to deploy websites, and deploy the current working site. Continue development in a branch and deploy as updates are ready.

DaveBruwer commented 9 months ago
  1. Find out how to minify etc. the website and build for production.
  2. deploy master branch...host in firebase
  3. develop on feature branches and integrate into master branch when ready...
  4. If the master branch updates, and an "npm run build" is executed, does the deployed site auto update?