This repository is meant to serve as a testing playground for creating and experimenting with GitHub Actions workflows in a mono repository setup, aimed at deploying to different environments, and at having individual app deployments.
The purpose of this repository is to provide a safe space to create, test, and refine GitHub Actions workflows. These workflows can automate various deployment processes to different environments such as development, staging, and production.
The main focus of this repository is on the .github
folder. The app
and packages
folder are meant to host apps and packages used for testing the workflows only.
To get started with this repository, follow the steps below:
- Fork this repository: Click on the fork button at the top right corner of this repository to create a copy in your GitHub account.
- Clone the repository: Clone the forked repository to your local machine.
git clone https://github.com/YOUR_USERNAME/github-actions-ci-cd.git