Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 328 Bytes

DEPLOYMENT.md

File metadata and controls

13 lines (8 loc) · 328 Bytes

Setting up Firebase

  • run yarn add -g firebase-tools

Manually deploying the contents of the build folder

(You need to be logged in and have access to the project)

  • run yarn run build
  • run firebase deploy --only=hosting

Generating a new Token for Travis

See https://docs.travis-ci.com/user/deployment/firebase/