Skip to content

Demo app using Heroku Flow for CI/CD and the Gitflow branching strategy

Notifications You must be signed in to change notification settings

thawkin3/heroku-flow-gitflow-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Flow Gitflow Demo

Demo app using Heroku Flow for CI/CD and Gitflow as the branching strategy. The dev branch is linked to the Heroku staging app, and the main branch is linked to the Heroku production app. The app is deployed to its respective environment anytime you commit code to either branch.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/thawkin3/heroku-flow-gitflow-demo.git
$ cd heroku-flow-gitflow-demo
$ npm install
$ npm start

Your app should now be running on localhost:5001.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Resources

For more information about Heroku and Heroku Flow, see:

About

Demo app using Heroku Flow for CI/CD and the Gitflow branching strategy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published