Skip to content

Conversation

@bosbaber
Copy link
Contributor

@bosbaber bosbaber commented Dec 5, 2025

Summary

This pull request introduces comprehensive documentation and configuration updates to clarify and standardize deployment processes for the Interledger Developers Portal. The main focus is on improving developer onboarding, ensuring deployment consistency between preview and production environments, and deprecating outdated workflows. Below are the most important changes grouped by theme:

Documentation & Developer Guidance

  • Added a new .github/copilot-instructions.md file detailing project architecture, deployment procedures, configuration notes, common pitfalls, and development philosophy to help contributors and AI agents understand the project.
  • Updated README.md to include clear explanations of both Netlify preview deployments and Google Cloud production deployments, as well as guidance on legacy workflow deprecation.

Deployment Configuration

  • Added a new netlify.toml configuration file that standardizes the build process using Bun, ensures the build output is nested under _netlify/builders/developers, and sets up redirect rules for proper client-side routing under the /developers base path.

Workflow Deprecation

  • Marked .github/workflows/deploy.yml as deprecated, directing contributors to use the new Google Cloud deployment workflow instead.

@bosbaber bosbaber self-assigned this Dec 5, 2025
@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for developers-preview ready!

Name Link
🔨 Latest commit 12b4e95
🔍 Latest deploy log https://app.netlify.com/projects/developers-preview/deploys/693292df62eba4000896b240
😎 Deploy Preview https://deploy-preview-176--developers-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds Netlify configuration for preview deployments and comprehensive documentation about the dual deployment strategy (Netlify for previews, Google Cloud Storage for production). The changes ensure consistent builds using Bun across all deployment contexts and add helpful developer documentation.

  • Adds netlify.toml with build configuration and routing rules for Astro deployments
  • Updates dependency versions in bun.lock to latest compatible releases
  • Adds detailed deployment documentation to README and creates GitHub Copilot instructions file
  • Marks legacy deployment workflow as deprecated

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
netlify.toml Configures Netlify builds with Bun and sets up client-side routing rewrites for the /developers path
bun.lock Updates various Astro, Starlight, and tooling dependencies to newer versions
README.md Adds comprehensive deployment documentation explaining Netlify preview vs GCS production deployments
.github/workflows/deploy.yml Adds deprecation notice directing users to new workflow
.github/copilot-instructions.md Creates new AI assistant instructions documenting project architecture, deployment, and common pitfalls

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@bosbaber bosbaber merged commit 1625b7a into main Dec 8, 2025
5 checks passed
@bosbaber bosbaber deleted the stephan/devport-2 branch December 8, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants