You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
We’d like to contribute automated preview environments for gogs pull requests with Bunnyshell. I work on Bunnyshell.
Benefits
Simplified testing – every PR gets its own live environment, so contributors and reviewers can test changes without local setup.
Faster feedback loop – maintainers can validate functionality directly in the browser, speeding up reviews and acceptance.
Reduced risk – changes are tested in isolation, lowering the chance of regressions in the main branch.
Improved collaboration – stakeholders can interact with features before they are merged.
How it works
Dockerize the application (if needed)
Configure deployment in Bunnyshell (we’ll cover infrastructure costs)
Add a GitHub Actions workflow(optional) to automatically spin up a preview environment for each PR and post the live URL + logs in the PR thread
Next steps
We can provide a PoC without requiring any code or workflow changes to be maintained in your repo, so there’s no overhead for your team. If this is valuable for gogs, we’d be happy to set it up and share access.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Feature request
Summary
We’d like to contribute automated preview environments for gogs pull requests with Bunnyshell. I work on Bunnyshell.
Benefits
How it works
Next steps
We can provide a PoC without requiring any code or workflow changes to be maintained in your repo, so there’s no overhead for your team. If this is valuable for gogs, we’d be happy to set it up and share access.
Example
argoproj/argo-cd#24191
All reactions