Exploring Pipelines (Basic)
Learn the basics of Heroku Pipelines
Introduction
Heroku is a Platform as a Service (PaaS) that offers managed computing and data services for deploying and running applications written with open languages. It supports Node.js, Python, Ruby, Java, Go, and PHP.
In this challenge, you will deploy a sample application and setup a basic Heroku pipeline to promote the appliation through from development, to staging and finally to production.
Prerequisites
Please make sure you have the following before starting the workshop:
- Node.js LTS (> v20)
- You can install it using:
- Official Binaries
- nvm
- Volta (Recommended)
- You can install it using:
- Git / GitHub
- Google Chrome or Chromium
- A Salesforce Org (Developer Edition/Trailhead Playground/Scratch org). You can either use an existing org or create a new org.
- Heroku Account (Ask me for access)
- Visual Studio Code (Optional)