Adds one-click deployment with ZopDay to the One-Click Deploy section - #1365
Open
muskanbandta23 wants to merge 1 commit into
Open
muskanbandta23 wants to merge 1 commit into
muskanbandta23 wants to merge 1 commit into
Conversation
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Author
|
Closing this one. It was part of a broad submission campaign across many repositories, which wasn't the right way to approach it. I should have asked first, and disclosed up front that I work on ZopDay. Apologies for the noise, and thanks for the time spent looking at it. |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ZopDay as a one-click deployment option in the One-Click Deploy section, alongside DigitalOcean, Render, Railway and Zeabur.
One-Click Deploy
ZopDay's One-Click Deploy feature lets users quickly deploy an application to ZopCloud or their own cloud via ZopDay, without the usual manual deployment setup.
The feature supports applications from GitHub repositories and Docker images, while Helm Charts can be deployed to the user's own cloud Kubernetes cluster.
Supported deployments
Users can use a shareable deploy link to open an application in ZopDay and deploy it with one click.
They can also include preset environment variables, so required configuration fills in automatically when the user opens the deploy link.
Try it out: https://zop.dev/zopday/app/deploy
Note: Helm Charts are supported only when deploying to the user's own cloud Kubernetes cluster, not ZopCloud
What changed
One line added to the existing One-Click Deploy list, matching the style of the other providers.
What is different about it
ZopDay supports both: deploy to ZopCloud, or into your own AWS, GCP or Azure account. The second is the part that is different here. The user connects their own cloud, ZopDay provisions into it, and they own and bill the infrastructure directly, with no data-path dependency on us.
For Hi.Events that matters more than usual: the instance holds attendee records and payment configuration, so teams selling tickets in a given region often need it to sit inside an account and region they already control.
ZopDay also supports Helm Charts into a Kubernetes cluster the team already runs.
Deploy to ZopDay Button
Notes