DEV Community

Praveenkumar Kalidass
Praveenkumar Kalidass

Posted on

Deploy to Github pages

My Workflow

  • Checkout latest changes
  • Bundle react application to html, javascript files
  • Fetch the previous version number from gh-pages branch
  • Run a minor version update to generate new version number
  • Arrange files and assets to commit
  • Commit the bundled files to gh-pages branch with message Release: vx.x.x
  • Push the changes to the same branch

Submission Category:

Wacky Wildcards

Link to Code




Top comments (0)