generated from layer5io/academy-example
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
area/ciContinuous integration | Build and releaseContinuous integration | Build and release
Description
Current Behavior
No deploy previews are generated when pull requests are opened or updated. Reviewers must check out the branch locally to view changes.
Desired Behavior
A Netlify Deploy Preview should be automatically created for each PR, allowing reviewers to view live changes to the Hugo site directly from the PR.
Implementation
- Set up a GitHub Actions workflow that triggers on pull_request events.
- Use Netlify CLI or GitHub App integration to deploy a preview.
- Post the preview URL as a comment or status check on the PR.
Acceptance Tests
- Workflow triggers on new or updated PRs.
- Netlify preview is deployed automatically.
- Preview URL is accessible and linked in the PR.
Contributor Guides and Resources
- π Meshery Build & Release Strategy
- π¨ Wireframes and designs for Layer5 site in Figma (open invite)
- ππΎππΌ Questions: Layer5 Discussion Forum and Layer5 Community Slack
Metadata
Metadata
Assignees
Labels
area/ciContinuous integration | Build and releaseContinuous integration | Build and release