Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.06 KB

workflow.md

File metadata and controls

27 lines (22 loc) · 1.06 KB

Github Actions Workflows

Front-Dev Branch

To run the dev workflow

  • pull and merge with main branch
  • push up or set pull request to front-dev
    • git push --set-upstream origin front-dev
  • this will deploy the app to https://ngassignforce.web.app/

Main Branch

By default any pull requests (or pushes to the main branch) will run the prod.yml file

Editing workflows

  • create firebase hosting project(s)
  • generate and save firebase token to repo secrets
    • firebase login:ci // to get firebase token for repository secret
  • edit .firebaserc aliases with project names using keys mentioned in .yml files
    • dev -> ngassignforce and prod -> training-team-253916

FAQs