Deploying my budget tool to Heroku

I thought I would just make a really quick post about deploying my budget tool to Heroku as a static web application.

Heroku is a hosting platform owned by Salesforce that provides a free hosting tier.

So I have created a free account on Heroku and I have then selected the New app option.

Next I create a pipeline called “deploy-production” and set the Deployment method to GitHub.

I then connect to GitHub and select the muncey/MyBudgetFrontEnd project.

22