Using Vercel (or a similar tool) to deploy previews of changes #3287
-
Feature descriptionVercel offers a GitHub App which deploys changes to a test environment so that they can there be reviewed and tested. It would be great if the CWA could use this feature, either from Vercel or build something like this themselves. Problem and motivation
Is this something you're interested in working onI can support, but I can't build something like this myself. Here is the Vercel documentation on this: https://vercel.com/docs/concepts/git/vercel-for-github Internal Tracking ID: EXPOSUREAPP-13074 |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
We already had a similar discussion internally a while back before we introduced the new FAQ. I totally agree that it would be nice to have. We can for sure bring it up in our meetings. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback! Good to know that you discussed it already! Yes, absolutely, setting up this is a huge workload, but it makes day-to-day routine work so much easier, that it could very well safe some work hours, once implemented. It would be great if you could re-discuss this, maybe also mirror it to JIRA. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Well, if you're not doing it, I do it, for example here: #3344. This took me literally 10 minutes to set up, and it is sooo worth it as it works automatically, and I don't have to deal with any commands anymore! I guess the only obstacle would be to get this approved by stakeholders, but I will see what I can do about that! |
Beta Was this translation helpful? Give feedback.
-
I'm interested to see your preview using Vercel which is displaying a public preview of the static website, that is otherwise only available privately from For individual community members, I'm not sure if this can be used like you are using it, since the free Hobby plan says that it is for personal or non-commercial projects. Or are you paying for a Pro subscription ($20 / month)? I guess you would have to check with Vercel if they consider CWA to be a non-commercial project or not. The CWA app use is free of charge, however the development is commercially funded by the German government, as you well know. If it were to be an integral part of the workflow for CWA, then probably Vercel Pro or Enterprise subscriptions would be necessary. Did you look at how this could be technically integrated into the general workflow for team and community members? I can't really see this happening as a project investment if the next phase is the ramp down. It's a nice idea though. |
Beta Was this translation helpful? Give feedback.
-
No, I'm not paying for a Pro subscription. I set Vercel up for another, unrelated, repository and thought I just give it a try if it can build my for of the cwa-website. I would consider my work on the CWA, at the moment, to be my hobby, so it's a personal matter, and it's also a personal use of Vercel.
Yeah, right, for official use on this repository a Pro/Enterprise subscription would certainly be necessary. There are, at least it feels like this, endless possibilities to configure Vercel, starting from only deploying previews when manually requested, over integrating it into a GitHub actions workflow, to automatically deploy previews for any commits pushed to any branch of this repository.
You're certainly right that this is unlikely to be implemented in the current phase the project is in! I will mark this discussion as answered by @MikeMcC399 now, as I believe it is as he said; we won't see this anymore. |
Beta Was this translation helpful? Give feedback.
@Ein-Tim
I'm interested to see your preview using Vercel which is displaying a public preview of the static website, that is otherwise only available privately from
npm start
and on yourhttp://localhost:8000/en/
.For individual community members, I'm not sure if this can be used like you are using it, since the free Hobby plan says that it is for personal or non-commercial projects. Or are you paying for a Pro subscription ($20 / month)? I guess you would have to check with Vercel if they consider CWA to be a non-commercial project or not. The CWA app use is free of charge, however the development is commercially funded by the German government, as you well know.
If it were to be an inte…