Skip to content
Open
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
5 changes: 3 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Deploy Production

on:
push:
tags:
- 'v*'
branches:
- main
- master
workflow_dispatch:

permissions:
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,11 @@ The site uses GitHub Actions for CI/CD:
| Branch/Tag | Deployment | Indexing |
|------------|------------|----------|
| `dev` | Automatic on push | Blocked (noindex) |
| `v*` tags | Automatic on tag | Allowed |
| `main` / `master` | Automatic on push | Allowed |
Comment thread
jdaln marked this conversation as resolved.

### Deploy to Production

```bash
git tag v1.0.0
git push origin v1.0.0
```
Production deploys are triggered automatically when changes are pushed to `main` or `master`.

## License

Expand Down