Hi! I’m a beginner to Plasmic and recently started my first project straight from the Plasmic Studio. I set up a Github repo and Vercel deployment when I first started, and both worked for my first published version (i.e., I was able to see in the vercel domains and a local server through VS Code exactly what I saw in Plasmic Studio).
However, before publishing another set of changes for production, I tried to deploy them using a “test” environment (as per this article) to see the changes first in a production-like environment without actually pushing them to Github. It looked good but when I tried re-publishing with “Push to Github” checked and the tag set to “prod”, no changes were pushed to Github. In addition, I was only able to see changes to my all my vercel deployment domains only until half a day later. I’m wondering whether it just takes some time to see changes in both Github and Vercel or am I doing something wrong? And how do I properly push changes to Github when trying to work with multiple environments?
Would greatly appreciate the help on this
Relevant links:
- My project: Plasmic
- Another related post: Setting up staging tag for Plasmic (I’m not sure if this applies to me because I didn’t start from code but from the Plasmic Studio platform)