Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Automate Render Preview Deployments via MCP#17

Merged
realgarit merged 4 commits intomainfrom
feat/automate-render-previews-12907960331505967944
Feb 14, 2026
Merged

Automate Render Preview Deployments via MCP#17
realgarit merged 4 commits intomainfrom
feat/automate-render-previews-12907960331505967944

Conversation

@realgarit
Copy link
Owner

This pull request automates Render preview deployments using GitHub Actions. This allows for Vercel-like "Deployment" status and "Environments" sidebar links even on the Render Free Plan.

Key changes:

  1. GitHub Action Workflow: Added .github/workflows/render-deploy.yml using JorgeLNJunior/render-deploy@v1.5.0.
  2. Render Configuration: Modified render.yaml to remove the native previews block, ensuring no conflicts with the GitHub Action.
  3. Service ID: Identified and used the service_id (srv-d66r7d14tr6s73ahfk00) for the intuneforge service in the Realgar workspace.
  4. Permissions: Configured deployments: write permission in the workflow for proper integration with GitHub's Environments feature.

PR created automatically by Jules for task 12907960331505967944 started by @realgarit

This change sets up automated preview deployments on Render using GitHub Actions
to circumvent limitations of the Render Free Plan.

- Created .github/workflows/render-deploy.yml configured with the JorgeLNJunior/render-deploy action.
- Set up the workflow to trigger on pull requests and create GitHub Deployments.
- Removed the native 'previews' block from render.yaml to prevent conflicts.
- Confirmed Service ID srv-d66r7d14tr6s73ahfk00 for the intuneforge service.

Co-authored-by: realgarit <183757313+realgarit@users.noreply.github.com>
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

- Add actions/checkout@v4 step
- Use quotes for all action inputs to ensure they are correctly parsed
- Move api_key to the top of the with block

Co-authored-by: realgarit <183757313+realgarit@users.noreply.github.com>
- Add environment: preview to the deploy job to enable access to environment-level secrets
- This ensures RENDER_API_KEY is available if it is configured as an environment secret
- Clean up YAML structure for action inputs

Co-authored-by: realgarit <183757313+realgarit@users.noreply.github.com>
- Add fallback to 'MISSING_SECRET' for api_key to avoid 'Input required and not supplied' error
- This will allow the action to run and provide a clearer error if the secret is missing
- Added push and workflow_dispatch triggers for easier testing

Co-authored-by: realgarit <183757313+realgarit@users.noreply.github.com>
@realgarit realgarit temporarily deployed to feat/automate-render-previews-12907960331505967944 - intuneforge PR #17 February 14, 2026 10:57 — with Render Destroyed
@realgarit realgarit merged commit 3f8ba15 into main Feb 14, 2026
1 check failed
@realgarit realgarit deleted the feat/automate-render-previews-12907960331505967944 branch February 14, 2026 11:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant