Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- dev
workflow_dispatch:

concurrency:
group: pages
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/netlify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
workflow_dispatch:

concurrency:
group: netlify-production
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ npm run preview
- **Deployments:** Automatic on push to respective branches
- **Auto-Sync:** After each push to `main`, changes are automatically rebased onto `dev` to keep branches in sync

### Deployment Controls

- **Manual Triggers:** Both GitHub Pages and Netlify workflows can also be triggered manually via Actions → Run workflow
- **Environment Protection:** Both staging (GitHub Pages) and production (Netlify) deployments require manual approval from configured reviewers before proceeding

## 📁 Project Structure

```
Expand Down